Add to Giftwhale wish list
Add any item to your Giftwhale wish lists right from within your browser.
Apa itu Add to Giftwhale wish list?
Add to Giftwhale wish list adalah ekstensi Chrome yang dikembangkan oleh https://giftwhale.com, dan fitur utamanya adalah "Add any item to your Giftwhale wish lists right from within your browser.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Add to Giftwhale wish list
Unduh file ekstensi Add to Giftwhale wish list 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
Quickly and easily add items to your wish lists with the Giftwhale Chrome extension. When browsing the web, if you find any item you want to add to a wish list, just open up the 'Add to Giftwhale' extension and add it to your list. You can select which wish list you want to add the item to, and it will do everything without having the leave the page you're on.
Informasi Dasar Ekstensi
Nama | Add to Giftwhale wish list |
ID | oblghpjfokmfooclfjdcmobdimjahlim |
URL Resmi | https://chromewebstore.google.com/detail/add-to-giftwhale-wish-lis/oblghpjfokmfooclfjdcmobdimjahlim |
Deskripsi | Add any item to your Giftwhale wish lists right from within your browser. |
Ukuran File | 676 KB |
Jumlah Instalasi | 256 |
Versi Saat Ini | 1.0.3 |
Terakhir Diperbarui | 2022-07-08 |
Tanggal Publikasi | 2022-06-29 |
Pengembang | https://giftwhale.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://giftwhale.com |
URL Halaman Bantuan | https://giftwhale.com/contact |
URL Halaman Kebijakan Privasi | https://giftwhale.com/privacy |
Bahasa yang Didukung | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Add to Giftwhale wish list", "version": "1.0.3", "description": "Add any item to your Giftwhale wish lists right from within your browser.", "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "permissions": [ "storage", "tabs" ], "host_permissions": [ "*:\/\/*.giftwhale.com\/*" ], "action": { "default_title": "Add to Giftwhale", "default_icon": "icons\/48.png", "default_popup": "popup\/content.html" } } |