Odoo Barcode
Simulate barcode scanning!
什么是Odoo Barcode?
Odoo Barcode是由Corentin POUHET-BRUNERIE开发的Chrome扩展程序,该扩展的主要功能是“Simulate barcode scanning!”。
扩展截图
下载Odoo Barcode扩展crx文件
下载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"
} | |