Odoo Barcode
Simulate barcode scanning!
Vad är Odoo Barcode?
Odoo Barcode är en Chrome-tillägg utvecklad av Corentin POUHET-BRUNERIE, och dess huvudfunktion är "Simulate barcode scanning!".
Tilläggsskärmbilder
Ladda ner Odoo Barcode-förlängningens CRX-fil
Ladda ner Odoo Barcode-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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 Grundläggande Information om Tillägg
| Namn | |
| ID | ogacjghmmdgiokglodjojehalbenepcg |
| Officiell webbadress | https://chromewebstore.google.com/detail/odoo-barcode/ogacjghmmdgiokglodjojehalbenepcg |
| Beskrivning | Simulate barcode scanning! |
| Filstorlek | 19.79 KB |
| Antal Installationer | 994 |
| Aktuell Version | 0.3 |
| Senast Uppdaterad | 2023-08-26 |
| Publiceringsdatum | 2021-11-13 |
| Betyg | 3.00/5 Totalt 2 Betyg |
| Utvecklare | Corentin POUHET-BRUNERIE |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
} | |