DYL EXPRESS 中马集运仓
DYL中马集运仓一键集运助手。您可以在淘宝“已买到的宝贝”页面,直接提交代收货信息到我们的网站dylexpress.com。
Vad är DYL EXPRESS 中马集运仓?
DYL EXPRESS 中马集运仓 är en Chrome-tillägg utvecklad av World Syntech, och dess huvudfunktion är "DYL中马集运仓一键集运助手。您可以在淘宝“已买到的宝贝”页面,直接提交代收货信息到我们的网站dylexpress.com。".
Tilläggsskärmbilder
Ladda ner DYL EXPRESS 中马集运仓-förlängningens CRX-fil
Ladda ner DYL EXPRESS 中马集运仓-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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将一如既往的为您提供最快速的中马专线空运和海运集运服务。 Grundläggande Information om Tillägg
| Namn | |
| ID | lpijiadhjbnglajnlhfemnikppmhneja |
| Officiell webbadress | https://chromewebstore.google.com/detail/dyl-express-%E4%B8%AD%E9%A9%AC%E9%9B%86%E8%BF%90%E4%BB%93/lpijiadhjbnglajnlhfemnikppmhneja |
| Beskrivning | DYL中马集运仓一键集运助手。您可以在淘宝“已买到的宝贝”页面,直接提交代收货信息到我们的网站dylexpress.com。 |
| Filstorlek | 75.12 KB |
| Antal Installationer | 169 |
| Aktuell Version | 1.0.0 |
| Senast Uppdaterad | 2020-09-03 |
| Publiceringsdatum | 2019-08-31 |
| Betyg | 5.00/5 Totalt 2 Betyg |
| Utvecklare | World Syntech |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://dylexpress.com |
| URL till Sekretesspolicy Sidan | https://worldsyntech.com/privacy-policy |
| Stödda Språk | 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"
} | |