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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة سياسة الخصوصية | 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" ] } |