Add to MyRegistry.com Button

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

What is Add to MyRegistry.com Button?

Add to MyRegistry.com Button is a Chrome extension developed by https://www.myregistry.com, and its main feature is "Add items from all your favorite stores to one universal gift list.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Add to MyRegistry.com Button Extension CRX File

Download Add to MyRegistry.com Button extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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®                    

Extension Basic Information

Name Add to MyRegistry.com Button Add to MyRegistry.com Button
ID cnofkjmkojconhdimlkamdckmidfmoio
Official URL https://chromewebstore.google.com/detail/add-to-myregistrycom-butt/cnofkjmkojconhdimlkamdckmidfmoio
Description Add items from all your favorite stores to one universal gift list.
File Size 517 KB
Installation Count 175,763
Current Version 2.0.10
Last Updated 2024-02-07
Publish Date 2020-02-19
Rating 4.89/5 Total 430 Ratings
Developer https://www.myregistry.com
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.myregistry.com/Info/Privacy.aspx
Supported Languages 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
        }
    ]
}