Covvet

Get sale alerts on the things you want.

What is Covvet?

Covvet is a Chrome extension developed by https://www.covvet.com, and its main feature is "Get sale alerts on the things you want.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Covvet Extension CRX File

Download Covvet extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Covvet Covvet
ID jomdondboadgkioaojmpdmjledidffde
Official URL https://chromewebstore.google.com/detail/covvet/jomdondboadgkioaojmpdmjledidffde
Description Get sale alerts on the things you want.
File Size 481 KB
Installation Count 812
Current Version 2.0
Last Updated 2023-12-06
Publish Date 2018-12-05
Rating 5.00/5 Total 2 Ratings
Developer https://www.covvet.com
Email [email protected]
Payment Type free
Extension Website https://www.covvet.com
Privacy Policy Page URL https://www.covvet.com/privacy.html
Supported Languages 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": [
                ""
            ]
        }
    ]
}