Odoo Barcode Scanner

Odoo Barcode Scanner Emulator

ما هو Odoo Barcode Scanner؟

Odoo Barcode Scanner هو إضافة Chrome تم تطويرها بواسطة shabaranskij، والميزة الرئيسية لها هي "Odoo Barcode Scanner Emulator".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Odoo Barcode Scanner

قم بتنزيل ملفات الامتداد Odoo Barcode Scanner بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        This extension is used to emulate the barcode scanning process in Odoo Barcode module.
Useful for testing custom code without a real scanner                    

معلومات أساسية عن التمديد

الاسم Odoo Barcode Scanner Odoo Barcode Scanner
ID pbjcdnnohmcbmiemjpfalbknmjlfenod
عنوان URL الرسمي https://chromewebstore.google.com/detail/odoo-barcode-scanner/pbjcdnnohmcbmiemjpfalbknmjlfenod
الوصف Odoo Barcode Scanner Emulator
حجم الملف 121 KB
عدد التثبيتات 926
النسخة الحالية 1.1.3
آخر تحديث 2024-01-05
تاريخ النشر 2022-06-06
تقييم 4.50/5 مجموع تقييمات 8
المطور shabaranskij
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Odoo Barcode Scanner",
    "description": "Odoo Barcode Scanner Emulator",
    "version": "1.1.3",
    "manifest_version": 3,
    "icons": {
        "16": "icons\/icon_16.png",
        "32": "icons\/icon_32.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}