ESEEL Receipt Printer
Print receipts with ESEEL extension. Requires an EPSON receipt printer and an ESEEL account.
什么是ESEEL Receipt Printer?
ESEEL Receipt Printer是由https://store.eseel.com开发的Chrome扩展程序,该扩展的主要功能是“Print receipts with ESEEL extension. Requires an EPSON receipt printer and an ESEEL account.”。
扩展截图
下载ESEEL Receipt Printer扩展crx文件
下载ESEEL Receipt Printer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
ESEEL web based Point Of Sale system require this extension to print receipts, orders and reports. 扩展基本信息
| 名称 | |
| ID | ompekdbebiflmoljfgopkdkiohccakda |
| 官方URL | https://chromewebstore.google.com/detail/eseel-receipt-printer/ompekdbebiflmoljfgopkdkiohccakda |
| 简介 | Print receipts with ESEEL extension. Requires an EPSON receipt printer and an ESEEL account. |
| 文件大小 | 112 KB |
| 安装次数 | 48 |
| 当前版本 | 0.4 |
| 更新时间 | 2022-07-01 |
| 上架时间 | 2020-04-11 |
| 开发者 | https://store.eseel.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "ESEEL Receipt Printer",
"description": "Print receipts with ESEEL extension. Requires an EPSON receipt printer and an ESEEL account.",
"version": "0.4",
"externally_connectable": {
"matches": [
"*:\/\/eseel2.local\/*",
"*:\/\/store.eseel.com\/*",
"*:\/\/35.193.112.14\/*"
]
},
"content_scripts": [
{
"matches": [
"*:\/\/eseel2.local\/*",
"*:\/\/store.eseel.com\/*",
"*:\/\/35.193.112.14\/*"
],
"js": [
"epos-2.13.0.js",
"underscorejs.js",
"content.js",
"jQuery-v3.4.1.js"
]
}
],
"background": {
"scripts": [
"background.js",
"epos-2.13.0.js",
"underscorejs.js",
"jQuery-v3.4.1.js"
],
"persistent": false
},
"icons": {
"128": "eseel_logo_icon_128.png"
},
"browser_action": {
"default_popup": "popup.html"
}
} | |