Odoo Barcode
Simulate barcode scanning!
Odoo Barcodeคืออะไร?
Odoo Barcode เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Corentin POUHET-BRUNERIE และคุณลักษณะหลักของมันคือ "Simulate barcode scanning!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Odoo Barcode
ดาวน์โหลดไฟล์ส่วนขยาย Odoo Barcode ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension allows you to test the Odoo Barcode app without a barcode scanner or printed labels. All you have to do is enter several barcodes in a textarea separated by line breaks: operation types, locations, documents, commands... In options, 1. you can choose whether the pop-up window closes after sending the barcodes. 2. you can set the timeout between two barcodes or before a command (barcode starting with "O-CMD." or "O-BTN."). Have a nice test
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Odoo Barcode |
ID | ogacjghmmdgiokglodjojehalbenepcg |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/odoo-barcode/ogacjghmmdgiokglodjojehalbenepcg |
คำอธิบาย | Simulate barcode scanning! |
ขนาดไฟล์ | 19.79 KB |
จำนวนการติดตั้ง | 994 |
เวอร์ชันปัจจุบัน | 0.3 |
อัปเดตครั้งล่าสุด | 2023-08-26 |
วันที่เผยแพร่ | 2021-11-13 |
คะแนน | 3.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | Corentin POUHET-BRUNERIE |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Odoo Barcode", "description": "Simulate barcode scanning!", "version": "0.3", "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [ "activeTab", "scripting", "storage" ], "action": { "default_popup": "popup.html", "default_icon": { "128": "icon.png" } }, "icons": { "128": "icon.png" }, "options_page": "options.html" } |