DYL EXPRESS 中马集运仓

DYL中马集运仓一键集运助手。您可以在淘宝“已买到的宝贝”页面,直接提交代收货信息到我们的网站dylexpress.com。

DYL EXPRESS 中马集运仓란 무엇입니까?

DYL EXPRESS 中马集运仓은(는) World Syntech에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "DYL中马集运仓一键集运助手。您可以在淘宝“已买到的宝贝”页面,直接提交代收货信息到我们的网站dylexpress.com。"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

DYL EXPRESS 中马集运仓 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        DYL中马集运仓一键集运助手。您可以在淘宝“已买到的宝贝”页面,直接提交代收货信息到我们的网站dylexpress.com。

DYL EXPRESS –最快速、最优惠、最专业的淘宝代运网,中马专线电商集运专家。

提供中马专线空运、海运服务
DYL提供中马专线空运与海运服务,淘宝包裹集运、智能仓储、极速空海运!
空运72小时必达,海运10天门到门。

【 如何使用 】
1. 代运 - 您在淘宝“已买到的宝贝”页面,点击“添加包裹”,就可以直接提交代收货信息到DYL EXPRESS网站。此外,您也可以编辑已添加包裹。
2. 浏览官网 - 点击浏览器右侧的DYL EXPRESS图标,即会出现小窗口显示DYL EXPRESS网站。

【 我们的服务 】
1. 中马专线空运与海运服务、智能集运仓储服务,一键代运全中国商品到马来西亚。
2. 您不需要拥有中国银行账户,无需兑换外汇,可用马币直接支付运费。
3. DYL EXPRESS是马来西亚注册公司,并提供PUBLIC BANK收款账户。

【 官网 】
https://dylexpress.com 

非常感谢使用我们的Chrome应用。
DYL将一如既往的为您提供最快速的中马专线空运和海运集运服务。                    

확장 프로그램 기본 정보

이름 DYL EXPRESS 中马集运仓 DYL EXPRESS 中马集运仓
ID lpijiadhjbnglajnlhfemnikppmhneja
공식 URL https://chromewebstore.google.com/detail/dyl-express-%E4%B8%AD%E9%A9%AC%E9%9B%86%E8%BF%90%E4%BB%93/lpijiadhjbnglajnlhfemnikppmhneja
설명 DYL中马集运仓一键集运助手。您可以在淘宝“已买到的宝贝”页面,直接提交代收货信息到我们的网站dylexpress.com。
파일 크기 75.12 KB
설치 횟수 169
현재 버전 1.0.0
최근 업데이트 2020-09-03
출시 날짜 2019-08-31
평점 5.00/5 총 2 개의 평점
개발자 World Syntech
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://dylexpress.com
개인정보 보호 정책 페이지 URL https://worldsyntech.com/privacy-policy
지원되는 언어 zh-CN
manifest.json
{
    "manifest_version": 2,
    "name": "DYL EXPRESS \u4e2d\u9a6c\u96c6\u8fd0\u4ed3",
    "version": "1.0.0",
    "description": "DYL\u4e2d\u9a6c\u96c6\u8fd0\u4ed3\u4e00\u952e\u96c6\u8fd0\u52a9\u624b\u3002\u60a8\u53ef\u4ee5\u5728\u6dd8\u5b9d\u201c\u5df2\u4e70\u5230\u7684\u5b9d\u8d1d\u201d\u9875\u9762\uff0c\u76f4\u63a5\u63d0\u4ea4\u4ee3\u6536\u8d27\u4fe1\u606f\u5230\u6211\u4eec\u7684\u7f51\u7ad9dylexpress.com\u3002",
    "icons": {
        "128": "image\/icon128.png",
        "48": "image\/icon48.png",
        "16": "image\/icon16.png"
    },
    "browser_action": {
        "default_icon": "image\/icon16.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "content.css",
                "custom.css"
            ],
            "js": [
                "config.js",
                "jquery.js",
                "content.js"
            ],
            "matches": [
                "*:\/\/buyertrade.taobao.com\/*",
                "*:\/\/world.taobao.com\/*",
                "*:\/\/item.taobao.com\/*",
                "*:\/\/world.tmall.com\/*",
                "*:\/\/detail.tmall.com\/*",
                "*:\/\/item.jd.com\/*",
                "*:\/\/product.dangdang.com\/*",
                "*:\/\/detail.1688.com\/*",
                "*:\/\/detail.vip.com\/*",
                "*:\/\/*.1688.com\/*",
                "*:\/\/*.jd.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "image\/*"
    ],
    "permissions": [
        "notifications",
        "https:\/\/dylexpress.com\/"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}