Add to Giftwhale wish list
Add any item to your Giftwhale wish lists right from within your browser.
Wat is Add to Giftwhale wish list?
Add to Giftwhale wish list is een Chrome-extensie ontwikkeld door https://giftwhale.com, en de belangrijkste functie is "Add any item to your Giftwhale wish lists right from within your browser.".
Extensie Screenshots
Download het CRX-bestand van de extensie Add to Giftwhale wish list
Download Add to Giftwhale wish list-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
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.
Basisinformatie over de Extensie
Naam | Add to Giftwhale wish list |
ID | oblghpjfokmfooclfjdcmobdimjahlim |
Officiële URL | https://chromewebstore.google.com/detail/add-to-giftwhale-wish-lis/oblghpjfokmfooclfjdcmobdimjahlim |
Beschrijving | Add any item to your Giftwhale wish lists right from within your browser. |
Bestandsgrootte | 676 KB |
Aantal Installaties | 256 |
Huidige Versie | 1.0.3 |
Laatst Bijgewerkt | 2022-07-08 |
Publicatiedatum | 2022-06-29 |
Ontwikkelaar | https://giftwhale.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://giftwhale.com |
Help Pagina-URL | https://giftwhale.com/contact |
URL van de Privacybeleid Pagina | https://giftwhale.com/privacy |
Ondersteunde Talen | 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" } } |