Odoo Barcode
Build an Extension!
Odoo Barcodeとは何ですか?
Odoo BarcodeはDrake Buiによって開発されたChromeの拡張機能で、その主な機能は「Build an Extension!」です。
拡張機能のスクリーンショット
Odoo Barcode拡張機能のCRXファイルをダウンロード
Odoo Barcode拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Tool for simulating Odoo barcode scanning
拡張機能の基本情報
名前 | Odoo Barcode |
ID | hfnncdmgjiflhaoihoamomgkhkaajkom |
公式URL | https://chromewebstore.google.com/detail/odoo-barcode/hfnncdmgjiflhaoihoamomgkhkaajkom |
説明 | Build an Extension! |
ファイルサイズ | 31.73 KB |
インストール数 | 160 |
現在のバージョン | 2.1 |
最終更新日 | 2022-10-14 |
公開日 | 2022-08-09 |
評価 | 5.00/5 合計 4 レビュー |
開発者 | Drake Bui |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://drakebui.ml |
プライバシーポリシーページのURL | https://longbui-novobi.github.io |
対応言語 | 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" } } |