DHL LATAM eSHOP

Buy items directly from top USA Stores and have them shipped to your doorstep guaranteed by DHL.

Was ist DHL LATAM eSHOP?

DHL LATAM eSHOP ist eine Chrome-Erweiterung, die von http://latameshop.dhl.com entwickelt wurde, und ihr Hauptmerkmal ist "Buy items directly from top USA Stores and have them shipped to your doorstep guaranteed by DHL.".

Erweiterungsscreenshots

screenshot

DHL LATAM eSHOP-Erweiterungs-CRX-Datei herunterladen

Laden Sie DHL LATAM eSHOP-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

                        We have a unique system built to support consumers who want to buy directly from foreign stores.

By using this add-on, you agree to our Terms & Conditions and privacy policy available at 

http://latameshop.dhl.com/privacy-policy

And

https://www.linkcommerce.com/privacy-policy                    

Grundlegende Informationen zur Erweiterung

Name DHL LATAM eSHOP DHL LATAM eSHOP
ID lbdfknhegglkmkgffjecdpodddfnibpb
Offizielle URL https://chrome.google.com/webstore/detail/dhl-latam-eshop/lbdfknhegglkmkgffjecdpodddfnibpb
Beschreibung Buy items directly from top USA Stores and have them shipped to your doorstep guaranteed by DHL.
Dateigröße 575 KB
Installationsanzahl 10,000
Aktuelle Version 2.0.3
Letztes Update 2021-11-14
Veröffentlichungsdatum 2020-07-04
Bewertung 2.45/5 Insgesamt 20 Bewertungen
Entwickler http://latameshop.dhl.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://latameshop.dhl.com/
Hilfeseite URL http://latameshop.dhl.com/contact-us
URL der Datenschutzrichtlinien-Seite https://www.linkcommerce.com/privacy-policy
Unterstützte Sprachen en-US,es-419
manifest.json
{
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/32.png",
        "default_popup": "popup.html",
        "default_title": "DHL LATAM eSHOP"
    },
    "content_scripts": [
        {
            "css": [
                "style.css"
            ],
            "js": [
                "jquery.js",
                "scr.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "description": "__MSG_EXT_DESC__",
    "default_locale": "es_419",
    "icons": {
        "128": "images\/128.png",
        "24": "images\/24.png",
        "32": "images\/32.png",
        "48": "images\/48.png"
    },
    "manifest_version": 2,
    "name": "DHL LATAM eSHOP",
    "permissions": [
        "storage",
        "activeTab",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "short_name": "DHL LATAM eSHOP",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.0.3",
    "web_accessible_resources": [
        "*.*"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/latameshop.dhl.com\/*"
        ]
    }
}