Odoo Barcode Scanner

Odoo Barcode Scanner Emulator

What is Odoo Barcode Scanner?

Odoo Barcode Scanner is a Chrome extension developed by shabaranskij, and its main feature is "Odoo Barcode Scanner Emulator".

Extension Screenshots

screenshot
screenshot

Download Odoo Barcode Scanner Extension CRX File

Download Odoo Barcode Scanner 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 is used to emulate the barcode scanning process in Odoo Barcode module.
Useful for testing custom code without a real scanner                    

Extension Basic Information

Name Odoo Barcode Scanner Odoo Barcode Scanner
ID pbjcdnnohmcbmiemjpfalbknmjlfenod
Official URL https://chromewebstore.google.com/detail/odoo-barcode-scanner/pbjcdnnohmcbmiemjpfalbknmjlfenod
Description Odoo Barcode Scanner Emulator
File Size 121 KB
Installation Count 926
Current Version 1.1.3
Last Updated 2024-01-05
Publish Date 2022-06-06
Rating 4.50/5 Total 8 Ratings
Developer shabaranskij
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Odoo Barcode Scanner",
    "description": "Odoo Barcode Scanner Emulator",
    "version": "1.1.3",
    "manifest_version": 3,
    "icons": {
        "16": "icons\/icon_16.png",
        "32": "icons\/icon_32.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}