Shopping Tips

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

Vad är Shopping Tips?

Shopping Tips är en Chrome-tillägg utvecklad av https://busysquirrels.com, och dess huvudfunktion är "Shopping Tips by BusySquirrels finds you the best discounts so you don't have to!".

Tilläggsskärmbilder

screenshot

Ladda ner Shopping Tips-förlängningens CRX-fil

Ladda ner Shopping Tips-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Shopping Tips Shopping Tips
ID mpjjeolcjagbldlodoiioaojfgpecnlc
Officiell webbadress https://chromewebstore.google.com/detail/shopping-tips/mpjjeolcjagbldlodoiioaojfgpecnlc
Beskrivning Shopping Tips by BusySquirrels finds you the best discounts so you don't have to!
Filstorlek 768 KB
Antal Installationer 25
Aktuell Version 0.16
Senast Uppdaterad 2021-11-23
Publiceringsdatum 2021-04-13
Betyg 5.00/5 Totalt 12 Betyg
Utvecklare https://busysquirrels.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://busysquirrels.com/
Hjälpsida URL https://busysquirrels.com/help-extension
URL till Sekretesspolicy Sidan https://busysquirrels.com/privacy-policy.html
Stödda Språk 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"
    }
}