Odoo Barcode

Simulate barcode scanning!

What is Odoo Barcode?

Odoo Barcode is a Chrome extension developed by Corentin POUHET-BRUNERIE, and its main feature is "Simulate barcode scanning!".

Extension Screenshots

screenshot

Download Odoo Barcode Extension CRX File

Download Odoo Barcode extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Odoo Barcode Odoo Barcode
ID ogacjghmmdgiokglodjojehalbenepcg
Official URL https://chromewebstore.google.com/detail/odoo-barcode/ogacjghmmdgiokglodjojehalbenepcg
Description Simulate barcode scanning!
File Size 19.79 KB
Installation Count 994
Current Version 0.3
Last Updated 2023-08-26
Publish Date 2021-11-13
Rating 3.00/5 Total 2 Ratings
Developer Corentin POUHET-BRUNERIE
Email [email protected]
Payment Type free
Supported Languages 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"
}