Covet
Covet is a new kind of shopping tool that lets you buy what you want while saving money.
Wat is Covet?
Covet is een Chrome-extensie ontwikkeld door https://usecovet.com, en de belangrijkste functie is "Covet is a new kind of shopping tool that lets you buy what you want while saving money.".
Extensie Screenshots
Download het CRX-bestand van de extensie Covet
Download Covet-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Covet is a new kind of shopping tool that lets you buy what you want while saving money.
Basisinformatie over de Extensie
Naam | |
ID | knhlcglddanpibogoaipeoanmkpphkgl |
Officiële URL | https://chromewebstore.google.com/detail/covet/knhlcglddanpibogoaipeoanmkpphkgl |
Beschrijving | Covet is a new kind of shopping tool that lets you buy what you want while saving money. |
Bestandsgrootte | 710 KB |
Aantal Installaties | 13 |
Huidige Versie | 1.2.3 |
Laatst Bijgewerkt | 2019-05-29 |
Publicatiedatum | 2019-05-28 |
Beoordeling | 5.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | https://usecovet.com |
Betalingswijze | free |
Extensiewebsite | https://usecovet.com |
Help Pagina-URL | https://usecovet.com/feedback |
Ondersteunde Talen | 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" } } |