泽邦集运代购和代运助手

泽邦集运代购和代运助手。您可以在淘宝/天猫商品的页面,直接添加商品到泽邦集运代购网购物车。此外,您也可以在淘宝已买到宝贝的页面,直接提交代收货信息到泽邦集运代购网站。

What is 泽邦集运代购和代运助手?

泽邦集运代购和代运助手 is a Chrome extension developed by World Syntech, and its main feature is "泽邦集运代购和代运助手。您可以在淘宝/天猫商品的页面,直接添加商品到泽邦集运代购网购物车。此外,您也可以在淘宝已买到宝贝的页面,直接提交代收货信息到泽邦集运代购网站。".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download 泽邦集运代购和代运助手 Extension CRX File

Download 泽邦集运代购和代运助手 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

                        泽邦集运为您提供中国商品一站式安全,可靠的集运、代购、物流运输服务! 

【 如何使用 】
1. 代运 - 您可以在淘宝/天猫已买到宝贝的页面点击 “添加包裹”,就可以直接提交代收货信息到泽邦集运网站。此外,您也可以编辑已添加包裹。
2. 代购 - 您可以在淘宝/天猫商品的页面点击 “我要代购”,就可以直接添加商品到泽邦集运购物车。
3. 浏览网站 - 点击浏览器右侧的泽邦集运图标,即会出现小窗口显示泽邦集运网站。

【 我们的服务 】
提供简单,合理,安全与快速的海运、空运、快递服务,中国至马来西亚 / 新加坡。

【 官网 】
HTTPS://zb-line.com

非常感谢使用我们的Chrome应用。
有你们的支持,我们会继续做得更好。                    

Extension Basic Information

Name 泽邦集运代购和代运助手 泽邦集运代购和代运助手
ID aihgadhabpochpeefnlbcgolnchalfdk
Official URL https://chromewebstore.google.com/detail/%E6%B3%BD%E9%82%A6%E9%9B%86%E8%BF%90%E4%BB%A3%E8%B4%AD%E5%92%8C%E4%BB%A3%E8%BF%90%E5%8A%A9%E6%89%8B/aihgadhabpochpeefnlbcgolnchalfdk
Description 泽邦集运代购和代运助手。您可以在淘宝/天猫商品的页面,直接添加商品到泽邦集运代购网购物车。此外,您也可以在淘宝已买到宝贝的页面,直接提交代收货信息到泽邦集运代购网站。
File Size 72.26 KB
Installation Count 565
Current Version 1.0.0
Last Updated 2020-09-03
Publish Date 2019-08-31
Developer World Syntech
Email [email protected]
Payment Type free
Privacy Policy Page URL https://worldsyntech.com/privacy-policy
Supported Languages zh-CN
manifest.json
{
    "manifest_version": 2,
    "name": "\u6cfd\u90a6\u96c6\u8fd0\u4ee3\u8d2d\u548c\u4ee3\u8fd0\u52a9\u624b",
    "version": "1.0.0",
    "description": "\u6cfd\u90a6\u96c6\u8fd0\u4ee3\u8d2d\u548c\u4ee3\u8fd0\u52a9\u624b\u3002\u60a8\u53ef\u4ee5\u5728\u6dd8\u5b9d\/\u5929\u732b\u5546\u54c1\u7684\u9875\u9762\uff0c\u76f4\u63a5\u6dfb\u52a0\u5546\u54c1\u5230\u6cfd\u90a6\u96c6\u8fd0\u4ee3\u8d2d\u7f51\u8d2d\u7269\u8f66\u3002\u6b64\u5916\uff0c\u60a8\u4e5f\u53ef\u4ee5\u5728\u6dd8\u5b9d\u5df2\u4e70\u5230\u5b9d\u8d1d\u7684\u9875\u9762\uff0c\u76f4\u63a5\u63d0\u4ea4\u4ee3\u6536\u8d27\u4fe1\u606f\u5230\u6cfd\u90a6\u96c6\u8fd0\u4ee3\u8d2d\u7f51\u7ad9\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:\/\/zb-line.com\/"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}