Covet
Covet is a new kind of shopping tool that lets you buy what you want while saving money.
What is Covet?
Covet is a Chrome extension developed by https://usecovet.com, and its main feature is "Covet is a new kind of shopping tool that lets you buy what you want while saving money.".
Extension Screenshots
Download Covet Extension CRX File
Download Covet 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
Covet is a new kind of shopping tool that lets you buy what you want while saving money.
Extension Basic Information
Name | |
ID | knhlcglddanpibogoaipeoanmkpphkgl |
Official URL | https://chromewebstore.google.com/detail/covet/knhlcglddanpibogoaipeoanmkpphkgl |
Description | Covet is a new kind of shopping tool that lets you buy what you want while saving money. |
File Size | 710 KB |
Installation Count | 13 |
Current Version | 1.2.3 |
Last Updated | 2019-05-29 |
Publish Date | 2019-05-28 |
Rating | 5.00/5 Total 4 Ratings |
Developer | https://usecovet.com |
Payment Type | free |
Extension Website | https://usecovet.com |
Help Page URL | https://usecovet.com/feedback |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Covet", "description": "Covet is a new kind of shopping tool that lets you buy what you want while saving money.", "version": "1.2.3", "browser_action": { "default_title": "Track a price on this page" }, "permissions": [ "activeTab", "cookies", "storage", "*:\/\/*.usecovet.com\/" ], "externally_connectable": { "matches": [ "*:\/\/localhost\/*", "*:\/\/*.usecovet.com\/*" ] }, "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |