MyRegistry Shipping Address Assist

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

Was ist MyRegistry Shipping Address Assist?

MyRegistry Shipping Address Assist ist eine Chrome-Erweiterung, die von https://www.myregistry.com entwickelt wurde, und ihr Hauptmerkmal ist "Save time and effort by copying the shipping address before you begin checkout".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

MyRegistry Shipping Address Assist-Erweiterungs-CRX-Datei herunterladen

Laden Sie MyRegistry Shipping Address Assist-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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®                    

Grundlegende Informationen zur Erweiterung

Name MyRegistry Shipping Address Assist MyRegistry Shipping Address Assist
ID ndandbjhlckddblkhognpbfbhjokbplp
Offizielle URL https://chromewebstore.google.com/detail/myregistry-shipping-addre/ndandbjhlckddblkhognpbfbhjokbplp
Beschreibung Save time and effort by copying the shipping address before you begin checkout
Dateigröße 128 KB
Installationsanzahl 41,714
Aktuelle Version 3.0.0
Letztes Update 2022-09-07
Veröffentlichungsdatum 2020-10-19
Bewertung 1.80/5 Insgesamt 5 Bewertungen
Entwickler https://www.myregistry.com
E-Mail [email protected]
Zahlungsart free
Hilfeseite URL https://customercare.myregistry.com/en/support/home
URL der Datenschutzrichtlinien-Seite https://www.myregistry.com/Info/Privacy.aspx
Unterstützte Sprachen 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
}