Shopping Tips

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

Cos'è Shopping Tips?

Shopping Tips è un'estensione di Chrome sviluppata da https://busysquirrels.com, e la sua funzione principale è "Shopping Tips by BusySquirrels finds you the best discounts so you don't have to!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Shopping Tips

Scarica i file di estensione Shopping Tips in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Shopping Tips Shopping Tips
ID mpjjeolcjagbldlodoiioaojfgpecnlc
URL Ufficiale https://chromewebstore.google.com/detail/shopping-tips/mpjjeolcjagbldlodoiioaojfgpecnlc
Descrizione Shopping Tips by BusySquirrels finds you the best discounts so you don't have to!
Dimensione del File 768 KB
Conteggio Installazioni 25
Versione Corrente 0.16
Ultimo Aggiornamento 2021-11-23
Data di Pubblicazione 2021-04-13
Valutazione 5.00/5 Totale 12 Valutazioni
Sviluppatore https://busysquirrels.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://busysquirrels.com/
URL della Pagina di Aiuto https://busysquirrels.com/help-extension
URL della Pagina della Politica sulla Privacy https://busysquirrels.com/privacy-policy.html
Lingue Supportate 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"
    }
}