Odoo Barcode
Simulate barcode scanning!
ما هو Odoo Barcode؟
Odoo Barcode هو إضافة Chrome تم تطويرها بواسطة Corentin POUHET-BRUNERIE، والميزة الرئيسية لها هي "Simulate barcode scanning!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Odoo Barcode
قم بتنزيل ملفات الامتداد Odoo Barcode بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" } |