Slash.com - Cut your store prices

Pay less every time you shop online

Co je Slash.com - Cut your store prices?

Slash.com - Cut your store prices je rozšíření Chrome vyvinuté https://slash.com, a jeho hlavní funkcí je „Pay less every time you shop online“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Slash.com - Cut your store prices

Stáhněte si soubory rozšíření Slash.com - Cut your store prices ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Slash.com - Cut your store prices Slash.com - Cut your store prices
ID mllianhhiambfndgboiddpflhnmpephj
Oficiální URL https://chromewebstore.google.com/detail/slashcom-cut-your-store-p/mllianhhiambfndgboiddpflhnmpephj
Popis Pay less every time you shop online
Velikost souboru 3.03 MB
Počet instalací 3,114
Aktuální Verze 1.13.46.0
Poslední Aktualizace 2024-01-22
Datum Vydání 2021-07-11
Hodnocení 5.00/5 Celkem 23 Hodnocení
Vývojář https://slash.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://slash.com/
URL Stránky Nápovědy https://slash.com/
URL Stránky Zásad Ochrany Soukromí https://www.slash.com/privacy
Podporované Jazyky 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}