DHL eShop

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

DHL eShop란 무엇입니까?

DHL eShop은(는) https://www.africa-eshop.dhl에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Buy items directly from top USA and UK Stores and have them shipped to your doorstep guaranteed by DHL."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

DHL eShop 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 

https://www.africa-eshop.dhl/privacy-policy

And

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

확장 프로그램 기본 정보

이름 DHL eShop DHL eShop
ID flfnfojnbchmpkapielimhjblcmjlloh
공식 URL https://chromewebstore.google.com/detail/dhl-eshop/flfnfojnbchmpkapielimhjblcmjlloh
설명 Buy items directly from top USA and UK Stores and have them shipped to your doorstep guaranteed by DHL.
파일 크기 309 KB
설치 횟수 10,000
현재 버전 3.0.2
최근 업데이트 2021-11-15
출시 날짜 2020-05-22
평점 2.44/5 총 9 개의 평점
개발자 https://www.africa-eshop.dhl
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://www.linkcommerce.com/privacy-policy
지원되는 언어 en
manifest.json
{
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/32.png",
        "default_popup": "popup.html",
        "default_title": "DHL eShop"
    },
    "content_scripts": [
        {
            "css": [
                "style.css"
            ],
            "js": [
                "jquery.js",
                "scr.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "description": "Buy items directly from top USA and UK Stores and have them shipped to your doorstep guaranteed by DHL.",
    "icons": {
        "128": "images\/128.png",
        "24": "images\/24.png",
        "32": "images\/32.png",
        "48": "images\/48.png"
    },
    "manifest_version": 2,
    "name": "DHL eShop",
    "permissions": [
        "storage",
        "activeTab",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "short_name": "DHL eShop",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "3.0.2",
    "web_accessible_resources": [
        "*.*"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/www.africa-eshop.dhl\/*"
        ]
    }
}