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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.myregistry.com และคุณลักษณะหลักของมันคือ "Save time and effort by copying the shipping address before you begin checkout"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย MyRegistry Shipping Address Assist

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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
}