DHL LATAM eSHOP

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

What is DHL LATAM eSHOP?

DHL LATAM eSHOP is a Chrome extension developed by http://latameshop.dhl.com, and its main feature is "Buy items directly from top USA Stores and have them shipped to your doorstep guaranteed by DHL.".

Extension Screenshots

screenshot

Download DHL LATAM eSHOP Extension CRX File

Download DHL LATAM eSHOP extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name DHL LATAM eSHOP DHL LATAM eSHOP
ID lbdfknhegglkmkgffjecdpodddfnibpb
Official URL https://chrome.google.com/webstore/detail/dhl-latam-eshop/lbdfknhegglkmkgffjecdpodddfnibpb
Description Buy items directly from top USA Stores and have them shipped to your doorstep guaranteed by DHL.
File Size 575 KB
Installation Count 10,000
Current Version 2.0.3
Last Updated 2021-11-14
Publish Date 2020-07-04
Rating 2.45/5 Total 20 Ratings
Developer http://latameshop.dhl.com
Email [email protected]
Payment Type free
Extension Website http://latameshop.dhl.com/
Help Page URL http://latameshop.dhl.com/contact-us
Privacy Policy Page URL https://www.linkcommerce.com/privacy-policy
Supported Languages 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\/*"
        ]
    }
}