Odoo Barcode

Simulate barcode scanning!

Qu'est-ce que Odoo Barcode ?

Odoo Barcode est une extension Chrome développée par Corentin POUHET-BRUNERIE, et sa fonction principale est "Simulate barcode scanning!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Odoo Barcode

Téléchargez les fichiers d'extension Odoo Barcode au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Odoo Barcode Odoo Barcode
ID ogacjghmmdgiokglodjojehalbenepcg
URL Officiel https://chromewebstore.google.com/detail/odoo-barcode/ogacjghmmdgiokglodjojehalbenepcg
Description Simulate barcode scanning!
Taille du Fichier 19.79 KB
Nombre d'Installations 994
Version Actuelle 0.3
Dernière Mise à Jour 2023-08-26
Date de Publication 2021-11-13
Évaluation 3.00/5 Total 2 Évaluations
Développeur Corentin POUHET-BRUNERIE
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
}