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
官方網址 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
電子郵箱 [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
}