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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Add items from all your favorite stores to one universal gift list."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Add to MyRegistry.com Button 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
        }
    ]
}