Odoo Barcode
Build an Extension!
什么是Odoo Barcode?
Odoo Barcode是由Drake Bui开发的Chrome扩展程序,该扩展的主要功能是“Build an Extension!”。
扩展截图
下载Odoo Barcode扩展crx文件
下载Odoo Barcode扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Tool for simulating Odoo barcode scanning 扩展基本信息
| 名称 | |
| ID | hfnncdmgjiflhaoihoamomgkhkaajkom |
| 官方URL | https://chromewebstore.google.com/detail/odoo-barcode/hfnncdmgjiflhaoihoamomgkhkaajkom |
| 简介 | Build an Extension! |
| 文件大小 | 31.73 KB |
| 安装次数 | 160 |
| 当前版本 | 2.1 |
| 更新时间 | 2022-10-14 |
| 上架时间 | 2022-08-09 |
| 评分 | 5.00/5 共4次评分 |
| 开发者 | Drake Bui |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://drakebui.ml |
| 隐私政策页面URL | https://longbui-novobi.github.io |
| 支持的语言 | 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"
}
} | |