DHL LATAM eSHOP

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

DHL LATAM eSHOPとは何ですか?

DHL LATAM eSHOPはhttp://latameshop.dhl.comによって開発されたChromeの拡張機能で、その主な機能は「Buy items directly from top USA Stores and have them shipped to your doorstep guaranteed by DHL.」です。

拡張機能のスクリーンショット

screenshot

DHL LATAM eSHOP拡張機能のCRXファイルをダウンロード

DHL LATAM eSHOP拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 DHL LATAM eSHOP DHL LATAM eSHOP
ID lbdfknhegglkmkgffjecdpodddfnibpb
公式URL https://chrome.google.com/webstore/detail/dhl-latam-eshop/lbdfknhegglkmkgffjecdpodddfnibpb
説明 Buy items directly from top USA Stores and have them shipped to your doorstep guaranteed by DHL.
ファイルサイズ 575 KB
インストール数 10,000
現在のバージョン 2.0.3
最終更新日 2021-11-14
公開日 2020-07-04
評価 2.45/5 合計 20 レビュー
開発者 http://latameshop.dhl.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://latameshop.dhl.com/
ヘルプページのURL http://latameshop.dhl.com/contact-us
プライバシーポリシーページのURL https://www.linkcommerce.com/privacy-policy
対応言語 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\/*"
        ]
    }
}