Add to MyRegistry.com Button

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

Apa itu Add to MyRegistry.com Button?

Add to MyRegistry.com Button adalah ekstensi Chrome yang dikembangkan oleh https://www.myregistry.com, dan fitur utamanya adalah "Add items from all your favorite stores to one universal gift list.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Add to MyRegistry.com Button

Unduh file ekstensi Add to MyRegistry.com Button dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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®                    

Informasi Dasar Ekstensi

Nama Add to MyRegistry.com Button Add to MyRegistry.com Button
ID cnofkjmkojconhdimlkamdckmidfmoio
URL Resmi https://chromewebstore.google.com/detail/add-to-myregistrycom-butt/cnofkjmkojconhdimlkamdckmidfmoio
Deskripsi Add items from all your favorite stores to one universal gift list.
Ukuran File 517 KB
Jumlah Instalasi 175,763
Versi Saat Ini 2.0.10
Terakhir Diperbarui 2024-02-07
Tanggal Publikasi 2020-02-19
Penilaian 4.89/5 Total 430 Penilaian
Pengembang https://www.myregistry.com
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://www.myregistry.com/Info/Privacy.aspx
Bahasa yang Didukung 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
        }
    ]
}