Add To WishTender

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

Add To WishTender là gì?

Add To WishTender là một tiện ích mở rộng Chrome được phát triển bởi https://wishtender.com, và tính năng chính của nó là "Add any item from any online store to your WishTender wishlist. WishTender is a universal wishlist for content creators to get…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Add To WishTender

Tải xuống các tệp mở rộng Add To WishTender dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Add To WishTender Add To WishTender
ID khafbdpkfodbigppgcpmnokmbkhhmpfc
URL Chính Thức https://chromewebstore.google.com/detail/add-to-wishtender/khafbdpkfodbigppgcpmnokmbkhhmpfc
Mô tả Add any item from any online store to your WishTender wishlist. WishTender is a universal wishlist for content creators to get…
Kích Thước Tệp 1.3 MB
Số Lần Cài Đặt 8,355
Phiên Bản Hiện Tại 1.7
Cập Nhật Lần Cuối 2023-03-02
Ngày Phát Hành 2021-08-12
Đánh Giá 3.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://wishtender.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.wishtender.com/extension
URL Trang Trợ Giúp https://www.wishtender.com/extension
URL Trang Chính Sách Bảo Mật https://www.wishtender.com/files/terms.pdf
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}