Covvet

Get sale alerts on the things you want.

Co to jest Covvet?

Covvet to rozszerzenie Chrome opracowane przez https://www.covvet.com, a jego główną funkcją jest „Get sale alerts on the things you want.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Covvet

Pobierz pliki rozszerzeń Covvet 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

                        Covvet is an online wishlist for the things you want.  Save products from just about any web site and Covvet will monitor the price and let you know when your item goes on sale.

No more missing out on getting the things you want at the price you want and no more inboxes full of promotions you don't care about.                    

Podstawowe informacje o rozszerzeniu

Nazwa Covvet Covvet
ID jomdondboadgkioaojmpdmjledidffde
Oficjalny URL https://chromewebstore.google.com/detail/covvet/jomdondboadgkioaojmpdmjledidffde
Opis Get sale alerts on the things you want.
Rozmiar pliku 481 KB
Liczba instalacji 812
Aktualna Wersja 2.0
Ostatnia Aktualizacja 2023-12-06
Data Publikacji 2018-12-05
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper https://www.covvet.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.covvet.com
Adres URL Strony Polityki Prywatności https://www.covvet.com/privacy.html
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Covvet",
    "description": "Get sale alerts on the things you want.",
    "version": "2.0",
    "background": {
        "service_worker": "js\/service-worker.js"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icons\/icon16.png",
            "19": "icons\/icon19.png",
            "38": "icons\/icon38.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        }
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "save.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}