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 to jest Add To WishTender?

Add To WishTender to rozszerzenie Chrome opracowane przez https://wishtender.com, a jego główną funkcją jest „Add any item from any online store to your WishTender wishlist. WishTender is a universal wishlist for content creators to get…”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Add To WishTender

Pobierz pliki rozszerzeń Add To WishTender w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa Add To WishTender Add To WishTender
ID khafbdpkfodbigppgcpmnokmbkhhmpfc
Oficjalny URL https://chromewebstore.google.com/detail/add-to-wishtender/khafbdpkfodbigppgcpmnokmbkhhmpfc
Opis Add any item from any online store to your WishTender wishlist. WishTender is a universal wishlist for content creators to get…
Rozmiar pliku 1.3 MB
Liczba instalacji 8,355
Aktualna Wersja 1.7
Ostatnia Aktualizacja 2023-03-02
Data Publikacji 2021-08-12
Ocena 3.00/5 Łącznie 2 Oceny
Deweloper https://wishtender.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.wishtender.com/extension
Adres URL Strony Pomocy https://www.wishtender.com/extension
Adres URL Strony Polityki Prywatności https://www.wishtender.com/files/terms.pdf
Obsługiwane Języki 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"
    }
}