Add to WishList.com Button

WishList.com - A button for saving wishes from any website to your wish list at WishList.com.

Add to WishList.com Button là gì?

Add to WishList.com Button là một tiện ích mở rộng Chrome được phát triển bởi https://www.wishlist.com, và tính năng chính của nó là "WishList.com - A button for saving wishes from any website to your wish list at WishList.com.".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Add to WishList.com Button

Tải xuống các tệp mở rộng Add to WishList.com Button 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

                        What’s your WishList? Collect & share what you like from any website.

WishLists can include things you like, inspirational ideas, or gifts you'd love for a special occasion.

Use WishList.com like a wedding registry or a baby registry.

Use WishList.com to organize and share stuff you’re into, and to get inspired by other peoples’ WishLists.

4 Reasons to use WishList.com:

1. Collect stuff you like as you visit any website. Organize lists to share your interests, favorite outfits, projects or inspirational ideas. Connect your lists to your Youtube, TikTok, Instagram, or blog profiles.

2. Create a universal gift registry for any occasion, with items from any website.

3. Get inspired by other peoples’ WishLists, interests, and ideas. 

4. Find the perfect gift for friends and family. Reserve and buy gifts off their WishList, or help them make new WishLists to see exactly what they like.

Let us know what you think of WishList.com. Tell us what new features you’d like to see: https://www.wishlist.com/contactus/ideas

This extension does nothing until you click the button. It doesn't gather any information except a Wish title, image, url and price. You can review our privacy policy here: https://www.wishlist.com/privacy                    

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

Tên Add to WishList.com Button Add to WishList.com Button
ID jeaepbakacaiplhmkdpjkbpjcpeenfdf
URL Chính Thức https://chromewebstore.google.com/detail/add-to-wishlistcom-button/jeaepbakacaiplhmkdpjkbpjcpeenfdf
Mô tả WishList.com - A button for saving wishes from any website to your wish list at WishList.com.
Kích Thước Tệp 23.62 KB
Số Lần Cài Đặt 25,800
Phiên Bản Hiện Tại 2.6
Cập Nhật Lần Cuối 2022-01-19
Ngày Phát Hành 2020-06-17
Đánh Giá 3.71/5 Tổng số 14 Đánh Giá
Nhà Phát Triển https://www.wishlist.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.wishlist.com
URL Trang Trợ Giúp https://www.wishlist.com/contactus
URL Trang Chính Sách Bảo Mật https://www.wishlist.com/privacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "WishListIcon-128.png",
        "default_title": "+WishList.com"
    },
    "name": "Add to WishList.com Button",
    "description": "WishList.com - A button for saving wishes from any website to your wish list at WishList.com.",
    "homepage_url": "https:\/\/www.wishlist.com",
    "icons": {
        "16": "WishListIcon-16.png",
        "48": "WishListIcon-48.png",
        "128": "WishListIcon-128.png"
    },
    "permissions": [
        "contextMenus",
        "activeTab"
    ],
    "web_accessible_resources": [
        "*.js"
    ],
    "version": "2.6",
    "manifest_version": 2
}