Odoo Barcode Scanner

Odoo Barcode Scanner Emulator

Wat is Odoo Barcode Scanner?

Odoo Barcode Scanner is een Chrome-extensie ontwikkeld door shabaranskij, en de belangrijkste functie is "Odoo Barcode Scanner Emulator".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Odoo Barcode Scanner

Download Odoo Barcode Scanner-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Odoo Barcode Scanner Odoo Barcode Scanner
ID pbjcdnnohmcbmiemjpfalbknmjlfenod
Officiële URL https://chromewebstore.google.com/detail/odoo-barcode-scanner/pbjcdnnohmcbmiemjpfalbknmjlfenod
Beschrijving Odoo Barcode Scanner Emulator
Bestandsgrootte 121 KB
Aantal Installaties 926
Huidige Versie 1.1.3
Laatst Bijgewerkt 2024-01-05
Publicatiedatum 2022-06-06
Beoordeling 4.50/5 Totaal 8 Beoordelingen
Ontwikkelaar shabaranskij
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}