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.”。

擴展截圖

screenshot
screenshot

下載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 Add to Wishlist Button | Wishtack
ID iddjjfbapmjadkagocgbmgahlbiinbin
官方網址 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"
    ]
}