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 |
Eメール | [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\/*" ] } |