Odoo Barcode

Simulate barcode scanning!

Odoo Barcodeとは何ですか?

Odoo BarcodeはCorentin POUHET-BRUNERIEによって開発されたChromeの拡張機能で、その主な機能は「Simulate barcode scanning!」です。

拡張機能のスクリーンショット

screenshot

Odoo Barcode拡張機能のCRXファイルをダウンロード

Odoo Barcode拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 Odoo Barcode Odoo Barcode
ID ogacjghmmdgiokglodjojehalbenepcg
公式URL https://chromewebstore.google.com/detail/odoo-barcode/ogacjghmmdgiokglodjojehalbenepcg
説明 Simulate barcode scanning!
ファイルサイズ 19.79 KB
インストール数 994
現在のバージョン 0.3
最終更新日 2023-08-26
公開日 2021-11-13
評価 3.00/5 合計 2 レビュー
開発者 Corentin POUHET-BRUNERIE
Eメール [email protected]
支払い方法 free
対応言語 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"
}