GME
GME一键代运助手。您可以将在淘宝“已买到的宝贝”页面,无需输入,直接一键点击提交代运信息到我们的网站gmelogistics.com.my。
What is GME?
GME is a Chrome extension developed by World Syntech, and its main feature is "GME一键代运助手。您可以将在淘宝“已买到的宝贝”页面,无需输入,直接一键点击提交代运信息到我们的网站gmelogistics.com.my。".
Extension Screenshots
Download GME Extension CRX File
Download GME 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. 代运 - 您可以在淘宝已买到宝贝的页面点击“添加包裹”,就可以直接提交代收货信息到GME网站。此外,您也可以编辑已添加包裹 2. 浏览官网 - 点击浏览器右侧的GME图标,即会出现小窗口显示GME网站。 【 我们的服务 】 1、 国际空运服务 2、 国际海运服务 3、 仓储服务 4、 中国代购服务 5、 代付款 / 充值支付宝 【 官网 】 https://gmelogistics.com.my 非常感谢使用我们的Chrome应用。 GME致力于为马来西亚客户提供一站式电子商务货运服务解决方案,让您的包裹飞起来。
Extension Basic Information
Name | GME |
ID | gggadilaioleogboglhfiiilekbampnl |
Official URL | https://chromewebstore.google.com/detail/gme/gggadilaioleogboglhfiiilekbampnl |
Description | GME一键代运助手。您可以将在淘宝“已买到的宝贝”页面,无需输入,直接一键点击提交代运信息到我们的网站gmelogistics.com.my。 |
File Size | 67 KB |
Installation Count | 85 |
Current Version | 1.0.0 |
Last Updated | 2020-09-03 |
Publish Date | 2019-08-31 |
Developer | World Syntech |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://worldsyntech.com/privacy-policy |
Supported Languages | zh-CN |
manifest.json | |
{ "manifest_version": 2, "name": "GME", "version": "1.0.0", "description": "GME\u4e00\u952e\u4ee3\u8fd0\u52a9\u624b\u3002\u60a8\u53ef\u4ee5\u5c06\u5728\u6dd8\u5b9d\u201c\u5df2\u4e70\u5230\u7684\u5b9d\u8d1d\u201d\u9875\u9762\uff0c\u65e0\u9700\u8f93\u5165\uff0c\u76f4\u63a5\u4e00\u952e\u70b9\u51fb\u63d0\u4ea4\u4ee3\u8fd0\u4fe1\u606f\u5230\u6211\u4eec\u7684\u7f51\u7ad9gmelogistics.com.my\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:\/\/gmelogistics.com.my\/" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx" } |