Add To WishTender

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

Cos'è Add To WishTender?

Add To WishTender è un'estensione di Chrome sviluppata da https://wishtender.com, e la sua funzione principale è "Add any item from any online store to your WishTender wishlist. WishTender is a universal wishlist for content creators to get…".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Add To WishTender

Scarica i file di estensione Add To WishTender in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Add To WishTender Add To WishTender
ID khafbdpkfodbigppgcpmnokmbkhhmpfc
URL Ufficiale https://chromewebstore.google.com/detail/add-to-wishtender/khafbdpkfodbigppgcpmnokmbkhhmpfc
Descrizione Add any item from any online store to your WishTender wishlist. WishTender is a universal wishlist for content creators to get…
Dimensione del File 1.3 MB
Conteggio Installazioni 8,355
Versione Corrente 1.7
Ultimo Aggiornamento 2023-03-02
Data di Pubblicazione 2021-08-12
Valutazione 3.00/5 Totale 2 Valutazioni
Sviluppatore https://wishtender.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.wishtender.com/extension
URL della Pagina di Aiuto https://www.wishtender.com/extension
URL della Pagina della Politica sulla Privacy https://www.wishtender.com/files/terms.pdf
Lingue Supportate 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"
    }
}