Shopping Tips

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

Wat is Shopping Tips?

Shopping Tips is een Chrome-extensie ontwikkeld door https://busysquirrels.com, en de belangrijkste functie is "Shopping Tips by BusySquirrels finds you the best discounts so you don't have to!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Shopping Tips

Download Shopping Tips-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Shopping Tips Shopping Tips
ID mpjjeolcjagbldlodoiioaojfgpecnlc
Officiële URL https://chromewebstore.google.com/detail/shopping-tips/mpjjeolcjagbldlodoiioaojfgpecnlc
Beschrijving Shopping Tips by BusySquirrels finds you the best discounts so you don't have to!
Bestandsgrootte 768 KB
Aantal Installaties 25
Huidige Versie 0.16
Laatst Bijgewerkt 2021-11-23
Publicatiedatum 2021-04-13
Beoordeling 5.00/5 Totaal 12 Beoordelingen
Ontwikkelaar https://busysquirrels.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://busysquirrels.com/
Help Pagina-URL https://busysquirrels.com/help-extension
URL van de Privacybeleid Pagina https://busysquirrels.com/privacy-policy.html
Ondersteunde Talen 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"
    }
}