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 |
| 官方網址 | 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"
} | |