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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "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

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Add to Wishlist Button | Wishtack एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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"
    ]
}