Add To WishTender

Add any item from any online store to your WishTender wishlist. WishTender is a universal wishlist for content creators to get…

Qu'est-ce que Add To WishTender ?

Add To WishTender est une extension Chrome développée par https://wishtender.com, et sa fonction principale est "Add any item from any online store to your WishTender wishlist. WishTender is a universal wishlist for content creators to get…".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Add To WishTender

Téléchargez les fichiers d'extension Add To WishTender au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Add any item from any online store to your WishTender wishlist.

WishTender is a universal wishlist for content creators to get gifts safely from fans.

The 'Add To WishTender' Chrome extension adds a button to your Chrome browser that allows you to add any item from any website directly to your WishTender wishlist.

1. Go to any product on a website and click the "Add to WishTender" button in your browser.
2. A pop up will appear. Select the picture, edit gift details.
4. Add the gift to your wishlist!                    

Informations de Base sur l'Extension

Nom Add To WishTender Add To WishTender
ID khafbdpkfodbigppgcpmnokmbkhhmpfc
URL Officiel https://chromewebstore.google.com/detail/add-to-wishtender/khafbdpkfodbigppgcpmnokmbkhhmpfc
Description Add any item from any online store to your WishTender wishlist. WishTender is a universal wishlist for content creators to get…
Taille du Fichier 1.3 MB
Nombre d'Installations 8,355
Version Actuelle 1.7
Dernière Mise à Jour 2023-03-02
Date de Publication 2021-08-12
Évaluation 3.00/5 Total 2 Évaluations
Développeur https://wishtender.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.wishtender.com/extension
URL de la Page d'Aide https://www.wishtender.com/extension
URL de la Page de Politique de Confidentialité https://www.wishtender.com/files/terms.pdf
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.7",
    "name": "Add To WishTender",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "activeTab"
    ],
    "action": {
        "default_icon": "icon_128.png",
        "default_popup": "popup.html",
        "default_title": "WishTender"
    },
    "icons": {
        "301": "icon_301.png",
        "128": "icon_128.png",
        "32": "icon_32.png"
    }
}