MYBEST代购代运助手 / 一键添加包裹
MYBEST One Click Add Parcel
What is MYBEST代购代运助手 / 一键添加包裹?
MYBEST代购代运助手 / 一键添加包裹 is a Chrome extension developed by https://www.mybest.com.my, and its main feature is "MYBEST One Click Add Parcel".
Extension Screenshots
Download MYBEST代购代运助手 / 一键添加包裹 Extension CRX File
Download MYBEST代购代运助手 / 一键添加包裹 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
MYBEST代运助手。您可以在淘宝已买到宝贝的页面,直接提交代收货信息到MYBEST网站。
MYBEST一键集运助手。您可以在淘宝“已买到的宝贝”页面,直接提交代收货信息到我们的网站mybest.com.my。
MYBEST–最快速、最优惠、最专业的淘宝代运网,中马专线电商集运专家。
提供中国-马来西亚专线空运、海运服务
MYBEST提供中马专线空运与海运服务,淘宝包裹集运、智能仓储、极速空海运!
空运3-5天必达。
【 如何使用 】
1. 代运 - 您在淘宝“已买到的宝贝”页面,点击“添加包裹”,就可以直接提交代收货信息到MYBEST网站。此外,您也可以编辑已添加包裹。
2. 浏览官网 - 点击浏览器右侧的MYBEST标,即会出现小窗口显示MYBEST网站。
【 我们的服务 】
1. 中马专线空运与海运服务、智能集运仓储服务,一键代运全中国商品到马来西亚。
2. 您不需要拥有中国银行账户,无需兑换外汇,可用马币直接支付运费。
【 官网 】
mybest.com.my
非常感谢使用我们的Chrome应用。
MYBEST将一如既往的为您提供最快速的中马专线空运和海运集运服务。
【 官方服务协议 】
https://mybest.com.my/TermsofService
[User Privacy Policy]
https://www.mybest.com.my/PrivacyPolicy Extension Basic Information
| Name | |
| ID | icmnaoekiaeclonjdfheaomemmpapknm |
| Official URL | https://chromewebstore.google.com/detail/mybest%E4%BB%A3%E8%B4%AD%E4%BB%A3%E8%BF%90%E5%8A%A9%E6%89%8B-%E4%B8%80%E9%94%AE%E6%B7%BB%E5%8A%A0%E5%8C%85%E8%A3%B9/icmnaoekiaeclonjdfheaomemmpapknm |
| Description | MYBEST One Click Add Parcel |
| File Size | 108 KB |
| Installation Count | 2,211 |
| Current Version | 3.08 |
| Last Updated | 2023-02-02 |
| Publish Date | 2020-06-28 |
| Rating | 2.94/5 Total 16 Ratings |
| Developer | https://www.mybest.com.my |
| [email protected] | |
| Payment Type | free |
| Extension Website | https://www.mybest.com.my |
| Privacy Policy Page URL | https://www.mybest.com.my/PrivacyPolicy |
| Supported Languages | zh-CN |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "MYBEST\u4ee3\u8d2d\u4ee3\u8fd0\u52a9\u624b \/ \u4e00\u952e\u6dfb\u52a0\u5305\u88f9",
"description": "MYBEST One Click Add Parcel",
"version": "3.08",
"manifest_version": 2,
"homepage_url": "https:\/\/www.mybest.com.my\/",
"background": {
"scripts": [
"lib\/jquery-3.1.0.min.js",
"lib\/md5.min.js",
"const.js",
"background.js"
],
"persistent": true
},
"permissions": [
"tabs",
"storage"
],
"content_scripts": [
{
"all_frames": true,
"matches": [
"*:\/\/buyertrade.taobao.com\/",
"*:\/\/*.taobao.com\/*",
"*:\/\/seller.shopee.com.my\/*"
],
"js": [
"lib\/jquery-3.1.0.min.js",
"lib\/sweetalert.min.js",
"const.js",
"main.js"
],
"css": [
"main.css"
]
},
{
"run_at": "document_end",
"matches": [
"*:\/\/*.mybest.com.my\/*"
],
"all_frames": true,
"js": [
"lib\/jquery-3.1.0.min.js",
"lib\/sweetalert.min.js",
"const.js",
"frame.js"
],
"css": [
"main.css"
]
}
],
"icons": {
"16": "logo.png",
"128": "logo.png"
},
"browser_action": {
"default_icon": "logo.png",
"default_title": "MYBEST - \u53d1\u8d27\u5feb\u901f \u670d\u52a1\u826f\u597d",
"default_popup": "popup.html"
}
} | |