Add to Wishlist Button | Wishtack
Fill your Wishtack wishlist from any website and let your friends offer you gifts or contribute to the money pot we create for you.
Qu'est-ce que Add to Wishlist Button | Wishtack ?
Add to Wishlist Button | Wishtack est une extension Chrome développée par https://wishtack.com, et sa fonction principale est "Fill your Wishtack wishlist from any website and let your friends offer you gifts or contribute to the money pot we create for you.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Add to Wishlist Button | Wishtack
Téléchargez les fichiers d'extension Add to Wishlist Button | Wishtack 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
Wishtack's Add to Wishlist button extension will automatically add an "Add to Wishlist" button at the bottom right of any product page of any of your favorite shopping websites. You can then share your wishes on any social network or by email. Once shared, your friends are able to promise the gift and get in touch with you other friends to make a grouped gift. In addition to this, we automatically create a money pot for you where any of your friends can contribute. You can see Wishtack as the Amazon wishlist but it's easier to use and you have a money pot with no time limit where you can withdraw the money whenever you want.
Informations de Base sur l'Extension
Nom | Add to Wishlist Button | Wishtack |
ID | iddjjfbapmjadkagocgbmgahlbiinbin |
URL Officiel | https://chromewebstore.google.com/detail/add-to-wishlist-button-wi/iddjjfbapmjadkagocgbmgahlbiinbin |
Description | Fill your Wishtack wishlist from any website and let your friends offer you gifts or contribute to the money pot we create for you. |
Taille du Fichier | 137 KB |
Nombre d'Installations | 237 |
Version Actuelle | 2.18.4 |
Dernière Mise à Jour | 2017-05-19 |
Date de Publication | 2017-05-19 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | https://wishtack.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.wishtack.com |
URL de la Page de Politique de Confidentialité | https://www.wishtack.com |
Langues Prises en Charge | en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "short_name": "Wishtack", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "version": "2.18.4", "manifest_version": 2, "default_locale": "en", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "images\/icon_128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content\/scripts\/chrome-extension-is-installed.js", "content\/scripts\/scrap-product.js", "content\/scripts\/app.js" ] } ], "icons": { "16": "images\/icon_16.png", "128": "images\/icon_128.png" }, "permissions": [ "*:\/\/*\/*", "activeTab", "contextMenus" ] } |