MYPOSMAN
MYPOSMAN AIS - Importing item's tracking ID, name and cost!
什么是MYPOSMAN?
MYPOSMAN是由https://www.myposman.com开发的Chrome扩展程序,该扩展的主要功能是“MYPOSMAN AIS - Importing item's tracking ID, name and cost!”。
扩展截图
下载MYPOSMAN扩展crx文件
下载MYPOSMAN扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This will ease MYPOSMAN members to import/pull items' information purchased from Tao Bao (淘宝)and 1688.com (alibaba) into MYPOSMAN (www.myposman.com) system with a click from Tao Bao & 1688 (alibaba) Website! Tao Bao now support multi tracking number checking as long as Seller update the tracking number to the tao bao cart system. No more troublesome in copying item's long tracking number to place order. No more mistake tracking numbers!
扩展基本信息
名称 | MYPOSMAN |
ID | anhedjmkociieheecidmpohndhpfcjoe |
官方URL | https://chromewebstore.google.com/detail/myposman/anhedjmkociieheecidmpohndhpfcjoe |
简介 | MYPOSMAN AIS - Importing item's tracking ID, name and cost! |
文件大小 | 91.4 KB |
安装次数 | 305 |
当前版本 | 1.5 |
更新时间 | 2021-08-08 |
上架时间 | 2020-05-02 |
评分 | 5.00/5 共3次评分 |
开发者 | https://www.myposman.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.myposman.com/blog/index.php?controller=post&action=view&id_post=5 |
支持的语言 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "MYPOSMAN", "description": "MYPOSMAN AIS - Importing item's tracking ID, name and cost!", "version": "1.5", "browser_action": { "default_icon": "image\/icon16.png", "default_popup": "popup.html", "default_title": "Click here!" }, "permissions": [ "notifications", "https:\/\/myposman.com\/", "https:\/\/www.myposman.com\/" ], "icons": { "128": "image\/icon128.png", "16": "image\/icon16.png", "48": "image\/icon48.png" }, "content_scripts": [ { "all_frames": true, "css": [ "content.css", "custom.css" ], "js": [ "config.js", "jquery.js", "content.js" ], "matches": [ "*:\/\/buyertrade.taobao.com\/*", "*:\/\/*.1688.com\/*", "*:\/\/*.jd.com\/*", "*:\/\/*.taobao.com\/*" ], "run_at": "document_end" } ], "background": { "persistent": false, "scripts": [ "jquery.js", "background.js" ] }, "web_accessible_resources": [ "image\/*" ] } |