Slash.com - Cut your store prices

Pay less every time you shop online

ما هو Slash.com - Cut your store prices؟

Slash.com - Cut your store prices هو إضافة Chrome تم تطويرها بواسطة https://slash.com، والميزة الرئيسية لها هي "Pay less every time you shop online".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Slash.com - Cut your store prices

قم بتنزيل ملفات الامتداد Slash.com - Cut your store prices بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم Slash.com - Cut your store prices Slash.com - Cut your store prices
ID mllianhhiambfndgboiddpflhnmpephj
عنوان URL الرسمي https://chromewebstore.google.com/detail/slashcom-cut-your-store-p/mllianhhiambfndgboiddpflhnmpephj
الوصف Pay less every time you shop online
حجم الملف 3.03 MB
عدد التثبيتات 3,114
النسخة الحالية 1.13.46.0
آخر تحديث 2024-01-22
تاريخ النشر 2021-07-11
تقييم 5.00/5 مجموع تقييمات 23
المطور https://slash.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://slash.com/
عنوان صفحة المساعدة https://slash.com/
عنوان صفحة سياسة الخصوصية https://www.slash.com/privacy
اللغات المدعومة 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}