Odoo Barcode

Simulate barcode scanning!

Odoo Barcode क्या है?

Odoo Barcode Corentin POUHET-BRUNERIE द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Simulate barcode scanning!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Odoo Barcode एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
ईमेल [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"
}