Shopping Tips

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

Co to jest Shopping Tips?

Shopping Tips to rozszerzenie Chrome opracowane przez https://busysquirrels.com, a jego główną funkcją jest „Shopping Tips by BusySquirrels finds you the best discounts so you don't have to!”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Shopping Tips

Pobierz pliki rozszerzeń Shopping Tips w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Shopping Tips Shopping Tips
ID mpjjeolcjagbldlodoiioaojfgpecnlc
Oficjalny URL https://chromewebstore.google.com/detail/shopping-tips/mpjjeolcjagbldlodoiioaojfgpecnlc
Opis Shopping Tips by BusySquirrels finds you the best discounts so you don't have to!
Rozmiar pliku 768 KB
Liczba instalacji 25
Aktualna Wersja 0.16
Ostatnia Aktualizacja 2021-11-23
Data Publikacji 2021-04-13
Ocena 5.00/5 Łącznie 12 Oceny
Deweloper https://busysquirrels.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://busysquirrels.com/
Adres URL Strony Pomocy https://busysquirrels.com/help-extension
Adres URL Strony Polityki Prywatności https://busysquirrels.com/privacy-policy.html
Obsługiwane Języki 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"
    }
}