Odoo Barcode
Simulate barcode scanning!
Wat is Odoo Barcode?
Odoo Barcode is een Chrome-extensie ontwikkeld door Corentin POUHET-BRUNERIE, en de belangrijkste functie is "Simulate barcode scanning!".
Extensie Screenshots
Download het CRX-bestand van de extensie Odoo Barcode
Download Odoo Barcode-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Odoo Barcode |
ID | ogacjghmmdgiokglodjojehalbenepcg |
Officiële URL | https://chromewebstore.google.com/detail/odoo-barcode/ogacjghmmdgiokglodjojehalbenepcg |
Beschrijving | Simulate barcode scanning! |
Bestandsgrootte | 19.79 KB |
Aantal Installaties | 994 |
Huidige Versie | 0.3 |
Laatst Bijgewerkt | 2023-08-26 |
Publicatiedatum | 2021-11-13 |
Beoordeling | 3.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Corentin POUHET-BRUNERIE |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } |