Odoo Barcode

Simulate barcode scanning!

Was ist Odoo Barcode?

Odoo Barcode ist eine Chrome-Erweiterung, die von Corentin POUHET-BRUNERIE entwickelt wurde, und ihr Hauptmerkmal ist "Simulate barcode scanning!".

Erweiterungsscreenshots

screenshot

Odoo Barcode-Erweiterungs-CRX-Datei herunterladen

Laden Sie Odoo Barcode-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Odoo Barcode Odoo Barcode
ID ogacjghmmdgiokglodjojehalbenepcg
Offizielle URL https://chromewebstore.google.com/detail/odoo-barcode/ogacjghmmdgiokglodjojehalbenepcg
Beschreibung Simulate barcode scanning!
Dateigröße 19.79 KB
Installationsanzahl 994
Aktuelle Version 0.3
Letztes Update 2023-08-26
Veröffentlichungsdatum 2021-11-13
Bewertung 3.00/5 Insgesamt 2 Bewertungen
Entwickler Corentin POUHET-BRUNERIE
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
}