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.

¿Qué es Add to Wishlist Button | Wishtack?

Add to Wishlist Button | Wishtack es una extensión de Chrome desarrollada por https://wishtack.com, y su función principal es "Fill your Wishtack wishlist from any website and let your friends offer you gifts or contribute to the money pot we create for you.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Add to Wishlist Button | Wishtack

Descarga archivos de extensión Add to Wishlist Button | Wishtack en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Add to Wishlist Button | Wishtack Add to Wishlist Button | Wishtack
ID iddjjfbapmjadkagocgbmgahlbiinbin
URL Oficial https://chromewebstore.google.com/detail/add-to-wishlist-button-wi/iddjjfbapmjadkagocgbmgahlbiinbin
Descripción Fill your Wishtack wishlist from any website and let your friends offer you gifts or contribute to the money pot we create for you.
Tamaño del Archivo 137 KB
Cantidad de Instalaciones 237
Versión Actual 2.18.4
Última Actualización 2017-05-19
Fecha de Publicación 2017-05-19
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador https://wishtack.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.wishtack.com
URL de la Página de Política de Privacidad https://www.wishtack.com
Idiomas Soportados 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"
    ]
}