Odoo Barcode

Simulate barcode scanning!

Odoo Barcode là gì?

Odoo Barcode là một tiện ích mở rộng Chrome được phát triển bởi Corentin POUHET-BRUNERIE, và tính năng chính của nó là "Simulate barcode scanning!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Odoo Barcode

Tải xuống các tệp mở rộng Odoo Barcode dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Odoo Barcode Odoo Barcode
ID ogacjghmmdgiokglodjojehalbenepcg
URL Chính Thức https://chromewebstore.google.com/detail/odoo-barcode/ogacjghmmdgiokglodjojehalbenepcg
Mô tả Simulate barcode scanning!
Kích Thước Tệp 19.79 KB
Số Lần Cài Đặt 994
Phiên Bản Hiện Tại 0.3
Cập Nhật Lần Cuối 2023-08-26
Ngày Phát Hành 2021-11-13
Đánh Giá 3.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Corentin POUHET-BRUNERIE
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}