WishListo

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

WishListo क्या है?

WishListo https://listesdecadeaux.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easily create your birthday wishlist, baby registry, wedding registry, christmas wishlist!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में WishListo एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
        }
    ]
}