Add to MyRegistry.com Button

Add items from all your favorite stores to one universal gift list.

Add to MyRegistry.com Button क्या है?

Add to MyRegistry.com Button https://www.myregistry.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add items from all your favorite stores to one universal gift list."।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Create the gift registry of your dreams, filled with the products you want most.

With our "Add to MyRegistry.com" Button you can easily add items from any store in the world to your universal gift list. Enhance the gifting experience for all of your special occasions — from weddings, baby showers, birthdays to holidays and many more.

Our extension also offers real-time notifications about activity on your gift registry, including gifts purchased and registry benefits.  

MyRegistry.com — All Stores, One Registry®                    

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

नाम Add to MyRegistry.com Button Add to MyRegistry.com Button
ID cnofkjmkojconhdimlkamdckmidfmoio
आधिकारिक URL https://chromewebstore.google.com/detail/add-to-myregistrycom-butt/cnofkjmkojconhdimlkamdckmidfmoio
विवरण Add items from all your favorite stores to one universal gift list.
फ़ाइल का आकार 517 KB
स्थापना संख्या 175,763
वर्तमान संस्करण 2.0.10
अंतिम अपडेट 2024-02-07
प्रकाशन तिथि 2020-02-19
रेटिंग 4.89/5 कुल 430 रेटिंग्स
डेवलपर https://www.myregistry.com
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://www.myregistry.com/Info/Privacy.aspx
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Add to MyRegistry.com Button",
    "description": "Add items from all your favorite stores to one universal gift list.",
    "version": "2.0.10",
    "author": "MyRegistry.com",
    "background": {
        "service_worker": "lib\/config.js"
    },
    "content_scripts": [
        {
            "js": [
                "data\/scripts\/tools.js",
                "data\/scripts\/content.js",
                "data\/scripts\/messaging.js",
                "lib\/main.js",
                "data\/lib\/sizzle.min.js",
                "data\/lib\/AddToMrButton.widget.js"
            ],
            "matches": [
                ""
            ],
            "exclude_matches": [
                "*:\/\/myregistry.com\/*",
                "*:\/\/*.myregistry.com\/*",
                "*:\/\/*.mrtesting.com\/*",
                "*:\/\/*.myregistrystaging.com\/*",
                "*:\/\/*.mrnico.com\/*"
            ],
            "run_at": "document_start"
        },
        {
            "js": [
                "data\/scripts\/tools.js",
                "data\/scripts\/content.myregistry.js",
                "data\/scripts\/messaging.js",
                "lib\/main.js"
            ],
            "matches": [
                "*:\/\/myregistry.com\/*",
                "*:\/\/*.myregistry.com\/*",
                "*:\/\/*.mrtesting.com\/*",
                "*:\/\/*.myregistrystaging.com\/*",
                "*:\/\/*.mrnico.com\/*"
            ],
            "run_at": "document_start"
        },
        {
            "js": [
                "data\/scripts\/specific\/www_amazon_co_uk.js"
            ],
            "matches": [
                "*:\/\/*.amazon.co.uk\/*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "data\/scripts\/specific\/www_shopko_com.js"
            ],
            "matches": [
                "*:\/\/*.shopko.com\/*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "data\/scripts\/specific\/www_zappos_com.js"
            ],
            "matches": [
                "*:\/\/*.zappos.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "action": {
        "default_icon": "data\/icons\/icon-32.png",
        "default_title": "Add to MyRegistry"
    },
    "icons": {
        "32": "data\/icons\/icon-32.png",
        "64": "data\/icons\/icon-64.png",
        "128": "data\/icons\/icon-128.png"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.myregistry.com\/*",
        "*:\/\/*.myregistrystaging.com\/*",
        "*:\/\/*.mrtesting.com\/*",
        "*:\/\/*.mrnico.com\/*"
    ],
    "manifest_version": 3,
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "data\/FloatingButton\/*",
                "data\/fonts\/*"
            ],
            "use_dynamic_url": true
        }
    ]
}