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.

Was ist Add to Wishlist Button | Wishtack?

Add to Wishlist Button | Wishtack ist eine Chrome-Erweiterung, die von https://wishtack.com entwickelt wurde, und ihr Hauptmerkmal ist "Fill your Wishtack wishlist from any website and let your friends offer you gifts or contribute to the money pot we create for you.".

Erweiterungsscreenshots

screenshot
screenshot

Add to Wishlist Button | Wishtack-Erweiterungs-CRX-Datei herunterladen

Laden Sie Add to Wishlist Button | Wishtack-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Add to Wishlist Button | Wishtack Add to Wishlist Button | Wishtack
ID iddjjfbapmjadkagocgbmgahlbiinbin
Offizielle URL https://chromewebstore.google.com/detail/add-to-wishlist-button-wi/iddjjfbapmjadkagocgbmgahlbiinbin
Beschreibung Fill your Wishtack wishlist from any website and let your friends offer you gifts or contribute to the money pot we create for you.
Dateigröße 137 KB
Installationsanzahl 237
Aktuelle Version 2.18.4
Letztes Update 2017-05-19
Veröffentlichungsdatum 2017-05-19
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler https://wishtack.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.wishtack.com
URL der Datenschutzrichtlinien-Seite https://www.wishtack.com
Unterstützte Sprachen 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"
    ]
}