Quick Labels for Amazon
Amazon FBA Label Printer! Print Quick Labels...
Quick Labels for Amazonคืออะไร?
Quick Labels for Amazon เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://paratoner.io และคุณลักษณะหลักของมันคือ "Amazon FBA Label Printer! Print Quick Labels..."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Quick Labels for Amazon
ดาวน์โหลดไฟล์ส่วนขยาย Quick Labels for Amazon ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Print Amazon Labels quickly from your thermal printer. Display full product names on labels. (No more cutting names on labels) No more ink, toner cartridge cost. No more label editing, cropping softwares. No more wasting time on, printing and editing labels from laser or inkjet printers.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Quick Labels for Amazon |
ID | pmdcojgfdobplcdbiihcaedjklnfbfhm |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/quick-labels-for-amazon/pmdcojgfdobplcdbiihcaedjklnfbfhm |
คำอธิบาย | Amazon FBA Label Printer! Print Quick Labels... |
ขนาดไฟล์ | 653 KB |
จำนวนการติดตั้ง | 46 |
เวอร์ชันปัจจุบัน | 3.75 |
อัปเดตครั้งล่าสุด | 2018-12-23 |
วันที่เผยแพร่ | 2018-12-23 |
ผู้พัฒนา | https://paratoner.io |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Quick Labels for Amazon", "version": "3.75", "description": "Amazon FBA Label Printer! Print Quick Labels...", "manifest_version": 2, "incognito": "split", "icons": { "128": "images\/icon.png" }, "web_accessible_resources": [ "scripts\/*", "images\/*" ], "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "images\/icon.png", "default_popup": "popup.html" }, "oauth2": { "client_id": "75074856425-1gr6fuvfmiubmii8nilj5l6gtrboa5h9.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/chromewebstore.readonly" ] }, "permissions": [ "tabs", "activeTab", "identity", "storage", "unlimitedStorage", "downloads", "webRequest", "webNavigation", "contextMenus", "*:\/\/www.googleapis.com\/*", "*:\/\/sportulaca.com\/*", "*:\/\/sellercentral.amazon.com\/*" ] } |