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 Основная информация о расширении
| Название | |
| 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"
} | |