WishListo

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

WishListoคืออะไร?

WishListo เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://listesdecadeaux.com และคุณลักษณะหลักของมันคือ "Easily create your birthday wishlist, baby registry, wedding registry, christmas wishlist!"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย WishListo

ดาวน์โหลดไฟล์ส่วนขยาย WishListo ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ WishListo WishListo
ID fdkjiocjncdhpmienmepiodnpbnedlmj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/wishlisto/fdkjiocjncdhpmienmepiodnpbnedlmj
คำอธิบาย Easily create your birthday wishlist, baby registry, wedding registry, christmas wishlist!
ขนาดไฟล์ 16.08 KB
จำนวนการติดตั้ง 979
เวอร์ชันปัจจุบัน 1.1.6
อัปเดตครั้งล่าสุด 2019-11-11
วันที่เผยแพร่ 2019-11-10
ผู้พัฒนา https://listesdecadeaux.com
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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"
        }
    ]
}