GIMworld一键集运插件

“GIMworld” 一键集运助手让您可以在购物网站 “已买到的宝贝” 页面,直接点击提交商品资料到我们的网站www.gimworld.com

What is GIMworld一键集运插件?

GIMworld一键集运插件 is a Chrome extension developed by World Syntech, and its main feature is "“GIMworld” 一键集运助手让您可以在购物网站 “已买到的宝贝” 页面,直接点击提交商品资料到我们的网站www.gimworld.com".

Extension Screenshots

screenshot
screenshot
screenshot

Download GIMworld一键集运插件 Extension CRX File

Download GIMworld一键集运插件 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

                        GIMworld一键集运插件

“GIMworld” 一键集运助手让您可以在购物网站 “已买到的宝贝” 页面,直接点击提交商品资料到我们的网站www.gimworld.com

GIMworld是一家以提供多个国家集运服务为主,极力打造成为一个即快速,实惠又安全的专业集运公司。

【如何使用】
1、集运 - 您可以在中国的购物网站 “已买到的宝贝” 页面点击 “添加包裹” ,就可以直接提交商品资料到GIMworld网站。此外,您也可以在GIMworld编辑 “已添加包裹 “,进行更改。
2、浏览官网 - 点击浏览器右侧的GIMworld图标,即会出现小窗口显示GIMworld网站。
【我们的服务】
1、 提供快速,实惠又安全的跨国运输服务 (如:空运、海运、陆运的集运服务)
2、 提供包裹追踪系统 -方便客户查询包裹状态
3、支持多种付款方式-线上付款、ATM存款、银行转账、FPX即时转账
4、提供专业仓储、包装、打木架等其他附加服务

【官网】
www.gimworld.com

【联系我们】
客服:

非常感谢使用我们的Chrome应用。
GIMworld将一如既往的为您提供最专业的集运服务。
We treat your shipment like it’s ours.                    

Extension Basic Information

Name GIMworld一键集运插件 GIMworld一键集运插件
ID eiohggkmagaofcainhodjllbffhbicnp
Official URL https://chromewebstore.google.com/detail/gimworld%E4%B8%80%E9%94%AE%E9%9B%86%E8%BF%90%E6%8F%92%E4%BB%B6/eiohggkmagaofcainhodjllbffhbicnp
Description “GIMworld” 一键集运助手让您可以在购物网站 “已买到的宝贝” 页面,直接点击提交商品资料到我们的网站www.gimworld.com
File Size 77.44 KB
Installation Count 386
Current Version 1.3.0
Last Updated 2023-08-29
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": 3,
    "name": "GIMworld\u4e00\u952e\u96c6\u8fd0\u63d2\u4ef6",
    "version": "1.3.0",
    "description": "\u201cGIMworld\u201d \u4e00\u952e\u96c6\u8fd0\u52a9\u624b\u8ba9\u60a8\u53ef\u4ee5\u5728\u8d2d\u7269\u7f51\u7ad9 \u201c\u5df2\u4e70\u5230\u7684\u5b9d\u8d1d\u201d \u9875\u9762\uff0c\u76f4\u63a5\u70b9\u51fb\u63d0\u4ea4\u5546\u54c1\u8d44\u6599\u5230\u6211\u4eec\u7684\u7f51\u7ad9www.gimworld.com",
    "icons": {
        "128": "image\/icon128.png",
        "48": "image\/icon48.png",
        "16": "image\/icon16.png"
    },
    "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\/*",
                "*:\/\/trade.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": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "image\/icon128.png",
                "image\/icon48.png",
                "image\/icon16.png",
                "image\/icon.png",
                "image\/loading01.gif",
                "image\/loading01.svg"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "notifications"
    ],
    "host_permissions": [
        "https:\/\/gimworld.com\/"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}