Odoo Barcode
Build an Extension!
Wat is Odoo Barcode?
Odoo Barcode is een Chrome-extensie ontwikkeld door Drake Bui, en de belangrijkste functie is "Build an Extension!".
Extensie Screenshots
Download het CRX-bestand van de extensie Odoo Barcode
Download Odoo Barcode-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
Tool for simulating Odoo barcode scanning Basisinformatie over de Extensie
| Naam | |
| ID | hfnncdmgjiflhaoihoamomgkhkaajkom |
| Officiële URL | https://chromewebstore.google.com/detail/odoo-barcode/hfnncdmgjiflhaoihoamomgkhkaajkom |
| Beschrijving | Build an Extension! |
| Bestandsgrootte | 31.73 KB |
| Aantal Installaties | 160 |
| Huidige Versie | 2.1 |
| Laatst Bijgewerkt | 2022-10-14 |
| Publicatiedatum | 2022-08-09 |
| Beoordeling | 5.00/5 Totaal 4 Beoordelingen |
| Ontwikkelaar | Drake Bui |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://drakebui.ml |
| URL van de Privacybeleid Pagina | https://longbui-novobi.github.io |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Odoo Barcode",
"description": "Build an Extension!",
"version": "2.1",
"manifest_version": 3,
"permissions": [
"storage",
"scripting",
"activeTab"
],
"commands": {
"_execute_action": {
"suggested_key": {
"windows": "Alt+1",
"linux": "Alt+1",
"mac": "Command+1"
}
}
},
"action": {
"default_popup": "index.html"
}
} | |