Shopping Tips

Shopping Tips by BusySquirrels finds you the best discounts so you don't have to!

Hvad er Shopping Tips?

Shopping Tips er en Chrome-udvidelse udviklet af https://busysquirrels.com, og dens hovedfunktion er "Shopping Tips by BusySquirrels finds you the best discounts so you don't have to!".

Udvidelsesskærmbilleder

screenshot

Download Shopping Tips-udvidelses-CRX-fil

Download Shopping Tips-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

                        BusySquirrels Tips finds you the best discounts so you don't have to! We provide shopping tips (cashback, coupon, credit card rewards, amex offer and more) all in one place for users to save money and time during online shopping. It works on thousands of shopping and travel websites, including Amazon, Walmart, BestBuy, Target, Booking, Airbnb, and many more.                    

Grundlæggende oplysninger om udvidelsen

Navn Shopping Tips Shopping Tips
ID mpjjeolcjagbldlodoiioaojfgpecnlc
Officiel URL https://chromewebstore.google.com/detail/shopping-tips/mpjjeolcjagbldlodoiioaojfgpecnlc
Beskrivelse Shopping Tips by BusySquirrels finds you the best discounts so you don't have to!
Filstørrelse 768 KB
Antal Installationer 25
Nuværende Version 0.16
Senest Opdateret 2021-11-23
Udgivelsesdato 2021-04-13
Bedømmelse 5.00/5 Samlet 12 Bedømmelser
Udvikler https://busysquirrels.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://busysquirrels.com/
Hjælpeside-URL https://busysquirrels.com/help-extension
URL til Fortrolighedspolitik Side https://busysquirrels.com/privacy-policy.html
Understøttede Sprog en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Shopping Tips",
    "description": "Shopping Tips by BusySquirrels finds you the best discounts so you don't have to!",
    "version": "0.16",
    "manifest_version": 3,
    "icons": {
        "192": "icons\/logo128.png"
    },
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "icons\/logo16bw.png",
            "32": "icons\/logo32bw.png",
            "48": "icons\/logo48.png",
            "128": "icons\/logo128.png"
        }
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "notification\/main.css",
                "notification\/main.js",
                "notification\/notification.html",
                "notification_script.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "tabs",
        "scripting",
        "storage"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "service_worker": "background.js"
    }
}