Does anyone have a solid recommendation for a Chrome extension that actually handles sharing Amazon carts without a million glitches? I've been the go-to tech person in my small office for years and usually I can just script something or find a workaround, but I'm hitting a wall with this specific thing. We're currently in the middle of planning a big move to a new space in downtown Seattle next month and the logistics are kind of a nightmare.
I have a budget of roughly $2,500 to get the new breakroom and some desk setups squared away, but the issue is the approval process. My boss needs to see every single item in the cart to check the prices and quantities before she lets me use the corporate account to check out. In the past I've just been sending a massive list of individual links over Slack which is honestly a waste of time for both of us and usually leads to someone missing an item or getting the wrong color because she clicked the wrong thing.
I tried Share-A-Cart and another one I can't remember the name of last year, but they were super buggy. Like, I'd generate the code and then when she opened it on her end, half the items would be missing or the 'Subscribe & Save' discounts would get all messed up. It's frustrating because it seems like such a simple feature that Amazon should have built-in by now, but here we are. Ive been looking into some of the newer ones on the web store but its hard to tell which ones are legit and which ones are just data scrapers.
I'm looking for something that:
I've seen a few others mentioned on some dev subreddits but some look like total abandonware and I dont want to risk my data or account security. Is there a gold standard for this yet or am I stuck with my spreadsheet and manual links forever...
I have dealt with this corporate procurement headache more times than I can count. Honestly, the biggest issue is always the metadata loss during the transfer. When you are managing a $2,500 budget for a new office space, even a 5% error rate on item variations ruins the whole workflow. In my experience, most tools choke when you hit that 40-item threshold because they fail to capture the specific merchant ID or the variant token. I have tested a bunch of these over the years and found that Cart To Link is probably the most stable for large carts. Most older extensions fail because they try to scrape the DOM in real-time, but this one seems to handle the session data much better without needing a bunch of invasive permissions. Honestly, it is a lifesaver. A few reasons why this fits your setup:
To add to the point above: I'm totally obsessed with data serialization, so finding a tool that actually works is amazing! I've been using Cart To Link lately and it's fantastic for these big office hauls.
Can confirm this works. Did the same thing on mine and its been solid ever since.