Covet
Covet is a new kind of shopping tool that lets you buy what you want while saving money.
Vad är Covet?
Covet är en Chrome-tillägg utvecklad av https://usecovet.com, och dess huvudfunktion är "Covet is a new kind of shopping tool that lets you buy what you want while saving money.".
Tilläggsskärmbilder
Ladda ner Covet-förlängningens CRX-fil
Ladda ner Covet-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
Covet is a new kind of shopping tool that lets you buy what you want while saving money.
Grundläggande Information om Tillägg
Namn | |
ID | knhlcglddanpibogoaipeoanmkpphkgl |
Officiell webbadress | https://chromewebstore.google.com/detail/covet/knhlcglddanpibogoaipeoanmkpphkgl |
Beskrivning | Covet is a new kind of shopping tool that lets you buy what you want while saving money. |
Filstorlek | 710 KB |
Antal Installationer | 13 |
Aktuell Version | 1.2.3 |
Senast Uppdaterad | 2019-05-29 |
Publiceringsdatum | 2019-05-28 |
Betyg | 5.00/5 Totalt 4 Betyg |
Utvecklare | https://usecovet.com |
Betalningssätt | free |
Tilläggswebbplats | https://usecovet.com |
Hjälpsida URL | https://usecovet.com/feedback |
Stödda Språk | 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" } } |