Odoo Barcode
Build an Extension!
What is Odoo Barcode?
Odoo Barcode is a Chrome extension developed by Drake Bui, and its main feature is "Build an Extension!".
Extension Screenshots
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
Tool for simulating Odoo barcode scanning
Extension Basic Information
Name | Odoo Barcode |
ID | hfnncdmgjiflhaoihoamomgkhkaajkom |
Official URL | https://chromewebstore.google.com/detail/odoo-barcode/hfnncdmgjiflhaoihoamomgkhkaajkom |
Description | Build an Extension! |
File Size | 31.73 KB |
Installation Count | 160 |
Current Version | 2.1 |
Last Updated | 2022-10-14 |
Publish Date | 2022-08-09 |
Rating | 5.00/5 Total 4 Ratings |
Developer | Drake Bui |
[email protected] | |
Payment Type | free |
Extension Website | https://drakebui.ml |
Privacy Policy Page URL | https://longbui-novobi.github.io |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Odoo Barcode", "description": "Build an Extension!", "version": "2.1", "manifest_version": 3, "permissions": [ "storage", "scripting", "activeTab" ], "commands": { "_execute_action": { "suggested_key": { "windows": "Alt+1", "linux": "Alt+1", "mac": "Command+1" } } }, "action": { "default_popup": "index.html" } } |