Add To WishTender

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

Apa itu Add To WishTender?

Add To WishTender adalah ekstensi Chrome yang dikembangkan oleh https://wishtender.com, dan fitur utamanya adalah "Add any item from any online store to your WishTender wishlist. WishTender is a universal wishlist for content creators to get…".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Add To WishTender

Unduh file ekstensi Add To WishTender dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama Add To WishTender Add To WishTender
ID khafbdpkfodbigppgcpmnokmbkhhmpfc
URL Resmi https://chromewebstore.google.com/detail/add-to-wishtender/khafbdpkfodbigppgcpmnokmbkhhmpfc
Deskripsi Add any item from any online store to your WishTender wishlist. WishTender is a universal wishlist for content creators to get…
Ukuran File 1.3 MB
Jumlah Instalasi 8,355
Versi Saat Ini 1.7
Terakhir Diperbarui 2023-03-02
Tanggal Publikasi 2021-08-12
Penilaian 3.00/5 Total 2 Penilaian
Pengembang https://wishtender.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.wishtender.com/extension
URL Halaman Bantuan https://www.wishtender.com/extension
URL Halaman Kebijakan Privasi https://www.wishtender.com/files/terms.pdf
Bahasa yang Didukung 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"
    }
}