Add to Giftwhale wish list
Add any item to your Giftwhale wish lists right from within your browser.
Qu'est-ce que Add to Giftwhale wish list ?
Add to Giftwhale wish list est une extension Chrome développée par https://giftwhale.com, et sa fonction principale est "Add any item to your Giftwhale wish lists right from within your browser.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Add to Giftwhale wish list
Téléchargez les fichiers d'extension Add to Giftwhale wish list au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Add to Giftwhale wish list |
ID | oblghpjfokmfooclfjdcmobdimjahlim |
URL Officiel | https://chromewebstore.google.com/detail/add-to-giftwhale-wish-lis/oblghpjfokmfooclfjdcmobdimjahlim |
Description | Add any item to your Giftwhale wish lists right from within your browser. |
Taille du Fichier | 676 KB |
Nombre d'Installations | 256 |
Version Actuelle | 1.0.3 |
Dernière Mise à Jour | 2022-07-08 |
Date de Publication | 2022-06-29 |
Développeur | https://giftwhale.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://giftwhale.com |
URL de la Page d'Aide | https://giftwhale.com/contact |
URL de la Page de Politique de Confidentialité | https://giftwhale.com/privacy |
Langues Prises en Charge | 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" } } |