MYPOSMAN
MYPOSMAN AIS - Importing item's tracking ID, name and cost!
MYPOSMANคืออะไร?
MYPOSMAN เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.myposman.com และคุณลักษณะหลักของมันคือ "MYPOSMAN AIS - Importing item's tracking ID, name and cost!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย MYPOSMAN
ดาวน์โหลดไฟล์ส่วนขยาย 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\/*" ] } |