Odoo Barcode

Simulate barcode scanning!

Co to jest Odoo Barcode?

Odoo Barcode to rozszerzenie Chrome opracowane przez Corentin POUHET-BRUNERIE, a jego główną funkcją jest „Simulate barcode scanning!”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Odoo Barcode

Pobierz pliki rozszerzeń Odoo Barcode w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Odoo Barcode Odoo Barcode
ID ogacjghmmdgiokglodjojehalbenepcg
Oficjalny URL https://chromewebstore.google.com/detail/odoo-barcode/ogacjghmmdgiokglodjojehalbenepcg
Opis Simulate barcode scanning!
Rozmiar pliku 19.79 KB
Liczba instalacji 994
Aktualna Wersja 0.3
Ostatnia Aktualizacja 2023-08-26
Data Publikacji 2021-11-13
Ocena 3.00/5 Łącznie 2 Oceny
Deweloper Corentin POUHET-BRUNERIE
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
}