Autofill Taobao Tracking No. & Shipping Info
One click to copy product and package info from Taobao
Autofill Taobao Tracking No. & Shipping Infoคืออะไร?
Autofill Taobao Tracking No. & Shipping Info เป็นส่วนขยายของ Chrome ที่พัฒนาโดย aliprice3 และคุณลักษณะหลักของมันคือ "One click to copy product and package info from Taobao"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Autofill Taobao Tracking No. & Shipping Info
ดาวน์โหลดไฟล์ส่วนขยาย Autofill Taobao Tracking No. & Shipping Info ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
It can auto update Taobao and 1688.com tracking no. on bareunjg.co.kr etc.,copy order information, recipient information from Taobao, 1688.com, Coupang, etc., and paste to freight forwarders' order page. Improve your work efficiency and save time. Here is freight forwarders we supported: Thebay, and the main freight forwarding websites https://www.aliprice.com/information/copyallInformation.html More forwarders will be supported soon. Main features: 1. Auto update Taobao and 1688.com tracking no. on bareunjg.co.kr, nooping.co.kr, thebay.co.kr, etc. 2. Copy order and recipient details from Taobao, 1688.com, Coupang, etc., to paste on freight forwarders' ordering page. 3. Auto fill in shipping address on AliExpress. 4. Copy order details on Amazon and eBay. 5. Users can configure the field content of the paste area by themselves. If AliPrice does not support the freight forwarding website, you can configure it yourself. This is the Beta version If you have any questions or suggestions, please feel free to contact us: https://agent.aliprice.com/order/erpContact.html By installing the AliPrice extension, you accept the terms of the "AliPrice Terms of Service" and allow the extension to redirect to affiliate program links, including Taobao and other programs. AliPrice Terms of Service - https://www.aliprice.com/information/index/page/term_of_use
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Autofill Taobao Tracking No. & Shipping Info |
ID | jdplopdpfhclmeobebhjcehomoofhfpg |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/autofill-taobao-tracking/jdplopdpfhclmeobebhjcehomoofhfpg |
คำอธิบาย | One click to copy product and package info from Taobao |
ขนาดไฟล์ | 1.73 MB |
จำนวนการติดตั้ง | 8,497 |
เวอร์ชันปัจจุบัน | 2.0.35 |
อัปเดตครั้งล่าสุด | 2024-02-05 |
วันที่เผยแพร่ | 2022-01-09 |
คะแนน | 4.98/5 รวมทั้งหมด 148 คะแนน |
ผู้พัฒนา | aliprice3 |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://aliprice.com/ |
URL หน้าช่วยเหลือ | https://www.aliprice.com/information/index/page/contact |
URL หน้านโยบายความเป็นส่วนตัว | https://www.aliprice.com/information/index/page/privacy |
ภาษาที่รองรับ | en,en-GB,en-US,zh-CN,zh-TW,ko |
manifest.json | |
{ "name": "__MSG_EXTENSION_NAME__", "short_name": "__MSG_EXTENSION_NAME__", "description": "__MSG_EXTENSION_DESCRIPTION__", "version": "2.0.35", "manifest_version": 3, "default_locale": "ko", "homepage_url": "https:\/\/www.aliprice.com?ext_id=10468&channel=edge&platform=taobao_agent_tool&version=2.0.35&browser=chrome&mv=3", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "background": { "service_worker": "assets\/js\/background.js" }, "content_scripts": [ { "js": [ "assets\/js\/chunk-common.js", "assets\/js\/chunk-vendors.js", "assets\/js\/content-script.js" ], "css": [ "assets\/css\/chunk-common.css", "assets\/css\/content-script.css" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "all_frames": true } ], "options_ui": { "open_in_tab": true, "page": "options.html" }, "action": { "default_icon": { "16": "icons\/16.png", "32": "icons\/32.png" }, "default_popup": "popup.html" }, "permissions": [ "alarms", "cookies", "notifications", "scripting", "storage" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "web_accessible_resources": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "resources": [ "assets\/*" ] } ] } |