Add to Babylist Button

Add items to your Babylist registry from any store.

Add to Babylist Button क्या है?

Add to Babylist Button https://babylist.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add items to your Babylist registry from any store."।

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

screenshot
screenshot
screenshot

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

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

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

                        With this extension, you can add anything you like to your Babylist registry while browsing all of your favorite online stores.                    

एक्सटेंशन की मूल जानकारी

नाम Add to Babylist Button Add to Babylist Button
ID jcmljanephecacpljcpiogonhhadfpda
आधिकारिक URL https://chromewebstore.google.com/detail/add-to-babylist-button/jcmljanephecacpljcpiogonhhadfpda
विवरण Add items to your Babylist registry from any store.
फ़ाइल का आकार 23.06 KB
स्थापना संख्या 33,338
वर्तमान संस्करण 2.6.0
अंतिम अपडेट 2024-01-23
प्रकाशन तिथि 2019-01-17
रेटिंग 4.17/5 कुल 23 रेटिंग्स
डेवलपर https://babylist.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.babylist.com/
सहायता पृष्ठ URL https://www.babylist.com/help
गोपनीयता नीति पृष्ठ URL https://www.babylist.com/privacy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_title": "Add to Babylist Button",
        "default_icon": "assets\/icon-128.png"
    },
    "icons": {
        "16": "assets\/icon-16.png",
        "48": "assets\/icon-48.png",
        "128": "assets\/icon-128.png"
    },
    "name": "Add to Babylist Button",
    "description": "Add items to your Babylist registry from any store.",
    "homepage_url": "https:\/\/www.babylist.com",
    "permissions": [
        "activeTab",
        "cookies",
        "declarativeNetRequest",
        "webRequest",
        "*:\/\/*.babylist.com\/*"
    ],
    "version": "2.6.0",
    "manifest_version": 2
}