Odoo Barcode

Simulate barcode scanning!

Hvad er Odoo Barcode?

Odoo Barcode er en Chrome-udvidelse udviklet af Corentin POUHET-BRUNERIE, og dens hovedfunktion er "Simulate barcode scanning!".

Udvidelsesskærmbilleder

screenshot

Download Odoo Barcode-udvidelses-CRX-fil

Download Odoo Barcode-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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æggende oplysninger om udvidelsen

Navn Odoo Barcode Odoo Barcode
ID ogacjghmmdgiokglodjojehalbenepcg
Officiel URL https://chromewebstore.google.com/detail/odoo-barcode/ogacjghmmdgiokglodjojehalbenepcg
Beskrivelse Simulate barcode scanning!
Filstørrelse 19.79 KB
Antal Installationer 994
Nuværende Version 0.3
Senest Opdateret 2023-08-26
Udgivelsesdato 2021-11-13
Bedømmelse 3.00/5 Samlet 2 Bedømmelser
Udvikler Corentin POUHET-BRUNERIE
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
}