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はhttps://wishtack.comによって開発されたChromeの拡張機能で、その主な機能は「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拡張機能のCRXファイルをダウンロード
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 |
Eメール | [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" ] } |