Slash.com - Cut your store prices

Pay less every time you shop online

Qu'est-ce que Slash.com - Cut your store prices ?

Slash.com - Cut your store prices est une extension Chrome développée par https://slash.com, et sa fonction principale est "Pay less every time you shop online".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Slash.com - Cut your store prices

Téléchargez les fichiers d'extension Slash.com - Cut your store prices au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Slash.com - Cut your store prices Slash.com - Cut your store prices
ID mllianhhiambfndgboiddpflhnmpephj
URL Officiel https://chromewebstore.google.com/detail/slashcom-cut-your-store-p/mllianhhiambfndgboiddpflhnmpephj
Description Pay less every time you shop online
Taille du Fichier 3.03 MB
Nombre d'Installations 3,114
Version Actuelle 1.13.46.0
Dernière Mise à Jour 2024-01-22
Date de Publication 2021-07-11
Évaluation 5.00/5 Total 23 Évaluations
Développeur https://slash.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://slash.com/
URL de la Page d'Aide https://slash.com/
URL de la Page de Politique de Confidentialité https://www.slash.com/privacy
Langues Prises en Charge 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}