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.
Τι είναι το Add to Wishlist Button | Wishtack;
Το Add to Wishlist Button | Wishtack είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://wishtack.com, και η κύρια λειτουργία του είναι "Fill your Wishtack wishlist from any website and let your friends offer you gifts or contribute to the money pot we create for you.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Add to Wishlist Button | Wishtack
Λήψη αρχείων επέκτασης Add to Wishlist Button | Wishtack σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Add to Wishlist Button | Wishtack |
ID | iddjjfbapmjadkagocgbmgahlbiinbin |
Επίσημο URL | https://chromewebstore.google.com/detail/add-to-wishlist-button-wi/iddjjfbapmjadkagocgbmgahlbiinbin |
Περιγραφή | Fill your Wishtack wishlist from any website and let your friends offer you gifts or contribute to the money pot we create for you. |
Μέγεθος Αρχείου | 137 KB |
Αριθμός Εγκαταστάσεων | 237 |
Τρέχουσα Έκδοση | 2.18.4 |
Τελευταία Ενημέρωση | 2017-05-19 |
Ημερομηνία Δημοσίευσης | 2017-05-19 |
Αξιολόγηση | 5.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | https://wishtack.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://www.wishtack.com |
URL της Σελίδας Πολιτικής Απορρήτου | https://www.wishtack.com |
Υποστηριζόμενες Γλώσσες | 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" ] } |