Odoo Barcode

Simulate barcode scanning!

Co je Odoo Barcode?

Odoo Barcode je rozšíření Chrome vyvinuté Corentin POUHET-BRUNERIE, a jeho hlavní funkcí je „Simulate barcode scanning!“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Odoo Barcode

Stáhněte si soubory rozšíření Odoo Barcode ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Odoo Barcode Odoo Barcode
ID ogacjghmmdgiokglodjojehalbenepcg
Oficiální URL https://chromewebstore.google.com/detail/odoo-barcode/ogacjghmmdgiokglodjojehalbenepcg
Popis Simulate barcode scanning!
Velikost souboru 19.79 KB
Počet instalací 994
Aktuální Verze 0.3
Poslední Aktualizace 2023-08-26
Datum Vydání 2021-11-13
Hodnocení 3.00/5 Celkem 2 Hodnocení
Vývojář Corentin POUHET-BRUNERIE
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
}