MyRegistry Shipping Address Assist

Save time and effort by copying the shipping address before you begin checkout

MyRegistry Shipping Address Assistとは何ですか?

MyRegistry Shipping Address Assistはhttps://www.myregistry.comによって開発されたChromeの拡張機能で、その主な機能は「Save time and effort by copying the shipping address before you begin checkout」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

MyRegistry Shipping Address Assist拡張機能のCRXファイルをダウンロード

MyRegistry Shipping Address Assist拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Shopping for a gift on MyRegistry.com? Save time during checkout with the MyRegistry Shipping Address Assist extension.

Before you click BUY, easily grab your recipient's name and address. That information will follow you through the merchant checkout process, and when you’re ready to complete your purchase, the shipping details will be right there with you, ready to go. No more toggling back and forth to gather everything you need!

MyRegistry.com – All Stores, One Registry®                    

拡張機能の基本情報

名前 MyRegistry Shipping Address Assist MyRegistry Shipping Address Assist
ID ndandbjhlckddblkhognpbfbhjokbplp
公式URL https://chromewebstore.google.com/detail/myregistry-shipping-addre/ndandbjhlckddblkhognpbfbhjokbplp
説明 Save time and effort by copying the shipping address before you begin checkout
ファイルサイズ 128 KB
インストール数 41,714
現在のバージョン 3.0.0
最終更新日 2022-09-07
公開日 2020-10-19
評価 1.80/5 合計 5 レビュー
開発者 https://www.myregistry.com
Eメール [email protected]
支払い方法 free
ヘルプページのURL https://customercare.myregistry.com/en/support/home
プライバシーポリシーページのURL https://www.myregistry.com/Info/Privacy.aspx
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MyRegistry Shipping Address Assist",
    "description": "Save time and effort by copying the shipping address before you begin checkout",
    "version": "3.0.0",
    "author": "MyRegistry.com",
    "background": {
        "service_worker": "lib\/config.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "data\/scripts\/tools.js",
                "data\/scripts\/content.js",
                "data\/scripts\/messaging.js",
                "data\/widget\/mr_widget.js"
            ],
            "matches": [
                ""
            ],
            "exclude_matches": [
                "*:\/\/myregistry.com\/*",
                "*:\/\/*.myregistry.com\/*",
                "*:\/\/*.myregistrystaging.com\/*",
                "*:\/\/*.mrtesting.com\/*",
                "*:\/\/*.mrnico.com\/*",
                "*:\/\/*.mr100.com\/*"
            ],
            "run_at": "document_start"
        },
        {
            "js": [
                "data\/scripts\/tools.js",
                "data\/scripts\/content.myregistry.js",
                "data\/scripts\/messaging.js",
                "data\/widget\/mr_widget.js",
                "data\/scripts\/getwebsitesettings.js"
            ],
            "matches": [
                "*:\/\/myregistry.com\/*",
                "*:\/\/*.myregistry.com\/*",
                "*:\/\/*.myregistrystaging.com\/*",
                "*:\/\/*.mrtesting.com\/*",
                "*:\/\/*.mrnico.com\/*",
                "*:\/\/*.mr100.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "action": {
        "default_icon": "data\/icons\/icon-32.png",
        "default_title": "MyRegistry Shipping address"
    },
    "icons": {
        "32": "data\/icons\/icon-32.png",
        "64": "data\/icons\/icon-64.png"
    },
    "permissions": [
        "activeTab",
        "storage",
        "tabs"
    ],
    "host_permissions": [
        "*:\/\/*.myregistry.com\/*",
        "*:\/\/*.mrtesting.com\/*",
        "*:\/\/*.mr100.com\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "data\/icons\/*",
                "data\/fonts\/*",
                "data\/widget\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "manifest_version": 3
}