Odoo Barcode
Simulate barcode scanning!
Cos'è Odoo Barcode?
Odoo Barcode è un'estensione di Chrome sviluppata da Corentin POUHET-BRUNERIE, e la sua funzione principale è "Simulate barcode scanning!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Odoo Barcode
Scarica i file di estensione Odoo Barcode in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 Informazioni di Base sull'Estensione
| Nome | |
| ID | ogacjghmmdgiokglodjojehalbenepcg |
| URL Ufficiale | https://chromewebstore.google.com/detail/odoo-barcode/ogacjghmmdgiokglodjojehalbenepcg |
| Descrizione | Simulate barcode scanning! |
| Dimensione del File | 19.79 KB |
| Conteggio Installazioni | 994 |
| Versione Corrente | 0.3 |
| Ultimo Aggiornamento | 2023-08-26 |
| Data di Pubblicazione | 2021-11-13 |
| Valutazione | 3.00/5 Totale 2 Valutazioni |
| Sviluppatore | Corentin POUHET-BRUNERIE |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
} | |