WishListo

Easily create your birthday wishlist, baby registry, wedding registry, christmas wishlist!

WishListo là gì?

WishListo là một tiện ích mở rộng Chrome được phát triển bởi https://listesdecadeaux.com, và tính năng chính của nó là "Easily create your birthday wishlist, baby registry, wedding registry, christmas wishlist!".

Ả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 WishListo

Tải xuống các tệp mở rộng WishListo 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

                        The WishListo browser extension allows you to add gifts to your wishlists in one click while browsing your favourite web stores.

WishListo is the easiest way to manage your baby registries, birthday wishlists, wedding registries, christmas wishlists... No matter what the event or occasion, creating a wishlist is easy, and free!                    

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

Tên WishListo WishListo
ID fdkjiocjncdhpmienmepiodnpbnedlmj
URL Chính Thức https://chromewebstore.google.com/detail/wishlisto/fdkjiocjncdhpmienmepiodnpbnedlmj
Mô tả Easily create your birthday wishlist, baby registry, wedding registry, christmas wishlist!
Kích Thước Tệp 16.08 KB
Số Lần Cài Đặt 979
Phiên Bản Hiện Tại 1.1.6
Cập Nhật Lần Cuối 2019-11-11
Ngày Phát Hành 2019-11-10
Nhà Phát Triển https://listesdecadeaux.com
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_manifest_name__",
    "description": "__MSG_manifest_description__",
    "version": "1.1.6",
    "default_locale": "en",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png"
        },
        "default_title": "__MSG_manifest_browser_action_title__",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.listesdecadeaux.com\/*",
                "*:\/\/*.wishlisto.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}