Add to MyRegistry.com Button

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

Co to jest Add to MyRegistry.com Button?

Add to MyRegistry.com Button to rozszerzenie Chrome opracowane przez https://www.myregistry.com, a jego główną funkcją jest „Add items from all your favorite stores to one universal gift list.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Add to MyRegistry.com Button

Pobierz pliki rozszerzeń Add to MyRegistry.com Button w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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®                    

Podstawowe informacje o rozszerzeniu

Nazwa Add to MyRegistry.com Button Add to MyRegistry.com Button
ID cnofkjmkojconhdimlkamdckmidfmoio
Oficjalny URL https://chromewebstore.google.com/detail/add-to-myregistrycom-butt/cnofkjmkojconhdimlkamdckmidfmoio
Opis Add items from all your favorite stores to one universal gift list.
Rozmiar pliku 517 KB
Liczba instalacji 175,763
Aktualna Wersja 2.0.10
Ostatnia Aktualizacja 2024-02-07
Data Publikacji 2020-02-19
Ocena 4.89/5 Łącznie 430 Oceny
Deweloper https://www.myregistry.com
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://www.myregistry.com/Info/Privacy.aspx
Obsługiwane Języki 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
        }
    ]
}