Covet
Covet is a new kind of shopping tool that lets you buy what you want while saving money.
Apa itu Covet?
Covet adalah ekstensi Chrome yang dikembangkan oleh https://usecovet.com, dan fitur utamanya adalah "Covet is a new kind of shopping tool that lets you buy what you want while saving money.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Covet
Unduh file ekstensi Covet dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Covet is a new kind of shopping tool that lets you buy what you want while saving money.
Informasi Dasar Ekstensi
Nama | |
ID | knhlcglddanpibogoaipeoanmkpphkgl |
URL Resmi | https://chromewebstore.google.com/detail/covet/knhlcglddanpibogoaipeoanmkpphkgl |
Deskripsi | Covet is a new kind of shopping tool that lets you buy what you want while saving money. |
Ukuran File | 710 KB |
Jumlah Instalasi | 13 |
Versi Saat Ini | 1.2.3 |
Terakhir Diperbarui | 2019-05-29 |
Tanggal Publikasi | 2019-05-28 |
Penilaian | 5.00/5 Total 4 Penilaian |
Pengembang | https://usecovet.com |
Tipe Pembayaran | free |
Situs Ekstensi | https://usecovet.com |
URL Halaman Bantuan | https://usecovet.com/feedback |
Bahasa yang Didukung | 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" } } |