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.

Co je Add to Wishlist Button | Wishtack?

Add to Wishlist Button | Wishtack je rozšíření Chrome vyvinuté https://wishtack.com, a jeho hlavní funkcí je „Fill your Wishtack wishlist from any website and let your friends offer you gifts or contribute to the money pot we create for you.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Add to Wishlist Button | Wishtack

Stáhněte si soubory rozšíření Add to Wishlist Button | Wishtack ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Add to Wishlist Button | Wishtack Add to Wishlist Button | Wishtack
ID iddjjfbapmjadkagocgbmgahlbiinbin
Oficiální URL https://chromewebstore.google.com/detail/add-to-wishlist-button-wi/iddjjfbapmjadkagocgbmgahlbiinbin
Popis Fill your Wishtack wishlist from any website and let your friends offer you gifts or contribute to the money pot we create for you.
Velikost souboru 137 KB
Počet instalací 237
Aktuální Verze 2.18.4
Poslední Aktualizace 2017-05-19
Datum Vydání 2017-05-19
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář https://wishtack.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.wishtack.com
URL Stránky Zásad Ochrany Soukromí https://www.wishtack.com
Podporované Jazyky 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"
    ]
}