Add To WishTender

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

Co je Add To WishTender?

Add To WishTender je rozšíření Chrome vyvinuté https://wishtender.com, a jeho hlavní funkcí je „Add any item from any online store to your WishTender wishlist. WishTender is a universal wishlist for content creators to get…“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Add To WishTender

Stáhněte si soubory rozšíření Add To WishTender 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í

                        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!                    

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

Název Add To WishTender Add To WishTender
ID khafbdpkfodbigppgcpmnokmbkhhmpfc
Oficiální URL https://chromewebstore.google.com/detail/add-to-wishtender/khafbdpkfodbigppgcpmnokmbkhhmpfc
Popis Add any item from any online store to your WishTender wishlist. WishTender is a universal wishlist for content creators to get…
Velikost souboru 1.3 MB
Počet instalací 8,355
Aktuální Verze 1.7
Poslední Aktualizace 2023-03-02
Datum Vydání 2021-08-12
Hodnocení 3.00/5 Celkem 2 Hodnocení
Vývojář https://wishtender.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.wishtender.com/extension
URL Stránky Nápovědy https://www.wishtender.com/extension
URL Stránky Zásad Ochrany Soukromí https://www.wishtender.com/files/terms.pdf
Podporované Jazyky 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"
    }
}