Slash.com - Cut your store prices

Pay less every time you shop online

Hvad er Slash.com - Cut your store prices?

Slash.com - Cut your store prices er en Chrome-udvidelse udviklet af https://slash.com, og dens hovedfunktion er "Pay less every time you shop online".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot

Download Slash.com - Cut your store prices-udvidelses-CRX-fil

Download Slash.com - Cut your store prices-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Slash.com – Instantly reduce prices on your shopping. Install once and never overpay again!

Imagine a world where you enjoy price drops without lifting a finger. Well, that world is now a reality, thanks to Slash – the ultimate shopping plugin designed to cut prices at checkout and save you money with zero effort.

Revolutionising your shopping experience, Slash brings you instant price reductions at over 150+ top UK stores, like eBay, AliExpress, Currys, M&S and many more. No more wasting time hunting for deals – we've got you covered!

Now, here's where the magic happens – as you shop at your favourite stores, the Slash button “magically” appears at checkout. No need to alter your shopping routine; simply proceed as you always have. Watch in awe as prices shrink, all without a single interruption to your usual shopping habits.

Want to know the best part? Enjoying savings with Slash is as easy as 1-2-3:

🌟 Install Slash: Add the Slash extension to your browser in just 60 seconds – it's that simple!

🛒Shop at your favourite stores: Continue browsing through your bestt-loved online stores, and let the magic of Slash unfold. Automatic price reductions await you, even on items already on sale!

💰 Slash it & save: Find the blue Slash button waiting for you at the checkout. A single click is all it takes to pay the reduced price instantly.

Ready to pay less every time you shop online? Well, don't wait any longer – Install the Slash extension now! Click 'Add to Chrome' in the upper right corner to get started. It's not just free and easy; it's also life-changing.

And don't worry, we've got all the legal stuff covered too. By downloading the extension, you agree to the Terms of Use and confirm that you totally understand the Slash Privacy Policy.                    

Grundlæggende oplysninger om udvidelsen

Navn Slash.com - Cut your store prices Slash.com - Cut your store prices
ID mllianhhiambfndgboiddpflhnmpephj
Officiel URL https://chromewebstore.google.com/detail/slashcom-cut-your-store-p/mllianhhiambfndgboiddpflhnmpephj
Beskrivelse Pay less every time you shop online
Filstørrelse 3.03 MB
Antal Installationer 3,114
Nuværende Version 1.13.46.0
Senest Opdateret 2024-01-22
Udgivelsesdato 2021-07-11
Bedømmelse 5.00/5 Samlet 23 Bedømmelser
Udvikler https://slash.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://slash.com/
Hjælpeside-URL https://slash.com/
URL til Fortrolighedspolitik Side https://www.slash.com/privacy
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Slash.com - Cut your store prices",
    "incognito": "not_allowed",
    "short_name": "Slash",
    "version": "1.13.46.0",
    "description": "Pay less every time you shop online",
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/mllianhhiambfndgboiddpflhnmpephj",
    "manifest_version": 3,
    "permissions": [
        "tabs",
        "cookies",
        "webNavigation",
        "storage",
        "unlimitedStorage",
        "activeTab"
    ],
    "host_permissions": [
        "*:\/\/*\/*",
        ""
    ],
    "background": {
        "service_worker": "background\/bundle.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content\/bundle.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_start"
        },
        {
            "css": [
                "getdisco.css"
            ],
            "matches": [
                "*:\/\/app.getdisco.dev\/*",
                "*:\/\/app.slash.com\/*"
            ],
            "run_at": "document_start"
        },
        {
            "css": [
                "fonts.css"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "action": {
        "default_icon": "icon-32.png",
        "default_title": "Slash",
        "default_popup": "popup.html"
    },
    "icons": {
        "32": "icon-32.png",
        "64": "icon-64.png",
        "128": "icon-128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "zendesk\/*.js",
                "content\/*.css",
                "content\/*.svg",
                "fonts\/*.woff2",
                "fonts\/*.woff",
                "**\/*.map",
                "**\/*.json"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}