Covvet

Get sale alerts on the things you want.

Vad är Covvet?

Covvet är en Chrome-tillägg utvecklad av https://www.covvet.com, och dess huvudfunktion är "Get sale alerts on the things you want.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner Covvet-förlängningens CRX-fil

Ladda ner Covvet-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

                        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.                    

Grundläggande Information om Tillägg

Namn Covvet Covvet
ID jomdondboadgkioaojmpdmjledidffde
Officiell webbadress https://chromewebstore.google.com/detail/covvet/jomdondboadgkioaojmpdmjledidffde
Beskrivning Get sale alerts on the things you want.
Filstorlek 481 KB
Antal Installationer 812
Aktuell Version 2.0
Senast Uppdaterad 2023-12-06
Publiceringsdatum 2018-12-05
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare https://www.covvet.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.covvet.com
URL till Sekretesspolicy Sidan https://www.covvet.com/privacy.html
Stödda Språk 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": [
                ""
            ]
        }
    ]
}