Croissant — Shop with Guaranteed Buybacks™

Unlock Guaranteed Buybacks™ when you shop at your favorite brands and retailers.

What is Croissant — Shop with Guaranteed Buybacks™?

Croissant — Shop with Guaranteed Buybacks™ is a Chrome extension developed by https://croissant.com, and its main feature is "Unlock Guaranteed Buybacks™ when you shop at your favorite brands and retailers.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Croissant — Shop with Guaranteed Buybacks™ Extension CRX File

Download Croissant — Shop with Guaranteed Buybacks™ extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        The Croissant Chrome extension unlocks Guaranteed Buybacks™ on over 1 million items at your favorite brands & retailers. So you can buy what you love today, and lock in what it’s worth tomorrow.

Here’s how it works:

🥐🛍️ Buy Better, Sell Later.
Croissant shows you the Guaranteed Buyback™ Value before you check out, so you can shop strategically for items that retain their value.

🥐💸 Amplify Your Spending Power.
Shop over 1 million items at your favorite brands & retailers and receive Guaranteed Buyback™ values of up to 75%, putting the power back in your pocket.

🥐👛 No Cost. No Pressure.
Croissant is 100% free to use and there’s no pressure to sell once you’ve activated a Guaranteed Buyback™.

🥐💸 All Cash on the Spot.
When you’re ready, you can claim Guaranteed Buybacks™ in a click. You simply ship your items back to Croissant with our prepaid labels and receive your cash payout.                    

Extension Basic Information

Name Croissant — Shop with Guaranteed Buybacks™ Croissant — Shop with Guaranteed Buybacks™
ID gjfmgjljebjajpclcnoioflckcdejgld
Official URL https://chromewebstore.google.com/detail/croissant-%E2%80%94-shop-with-gua/gjfmgjljebjajpclcnoioflckcdejgld
Description Unlock Guaranteed Buybacks™ when you shop at your favorite brands and retailers.
File Size 222 KB
Installation Count 2,000
Current Version 1.1.0
Last Updated 2024-02-12
Publish Date 2023-11-01
Rating 5.00/5 Total 18 Ratings
Developer https://croissant.com
Email [email protected]
Payment Type free
Extension Website https://croissant.com/chrome-extension
Privacy Policy Page URL https://www.croissant.com/privacy-policy
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Croissant \u2014 Shop with Guaranteed Buybacks\u2122",
    "description": "Unlock Guaranteed Buybacks\u2122 when you shop at your favorite brands and retailers.",
    "version": "1.1.0",
    "manifest_version": 3,
    "icons": {
        "48": "assets\/icons\/blue\/icon48.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "content.css"
            ],
            "matches": [
                ""
            ],
            "use_dynamic_url": false
        }
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "action": [],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "permissions": [
        "storage",
        "tabs"
    ]
}