Covet
Covet is a new kind of shopping tool that lets you buy what you want while saving money.
Hvad er Covet?
Covet er en Chrome-udvidelse udviklet af https://usecovet.com, og dens hovedfunktion er "Covet is a new kind of shopping tool that lets you buy what you want while saving money.".
Udvidelsesskærmbilleder
Download Covet-udvidelses-CRX-fil
Download Covet-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Covet is a new kind of shopping tool that lets you buy what you want while saving money.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | knhlcglddanpibogoaipeoanmkpphkgl |
Officiel URL | https://chromewebstore.google.com/detail/covet/knhlcglddanpibogoaipeoanmkpphkgl |
Beskrivelse | Covet is a new kind of shopping tool that lets you buy what you want while saving money. |
Filstørrelse | 710 KB |
Antal Installationer | 13 |
Nuværende Version | 1.2.3 |
Senest Opdateret | 2019-05-29 |
Udgivelsesdato | 2019-05-28 |
Bedømmelse | 5.00/5 Samlet 4 Bedømmelser |
Udvikler | https://usecovet.com |
Betalingsmetode | free |
Udvidelseswebsted | https://usecovet.com |
Hjælpeside-URL | https://usecovet.com/feedback |
Understøttede Sprog | 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" } } |