ESEEL Receipt Printer
Print receipts with ESEEL extension. Requires an EPSON receipt printer and an ESEEL account.
ESEEL Receipt Printer là gì?
ESEEL Receipt Printer là một tiện ích mở rộng Chrome được phát triển bởi https://store.eseel.com, và tính năng chính của nó là "Print receipts with ESEEL extension. Requires an EPSON receipt printer and an ESEEL account.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng ESEEL Receipt Printer
Tải xuống các tệp mở rộng ESEEL Receipt Printer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
ESEEL web based Point Of Sale system require this extension to print receipts, orders and reports.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | ESEEL Receipt Printer |
ID | ompekdbebiflmoljfgopkdkiohccakda |
URL Chính Thức | https://chromewebstore.google.com/detail/eseel-receipt-printer/ompekdbebiflmoljfgopkdkiohccakda |
Mô tả | Print receipts with ESEEL extension. Requires an EPSON receipt printer and an ESEEL account. |
Kích Thước Tệp | 112 KB |
Số Lần Cài Đặt | 48 |
Phiên Bản Hiện Tại | 0.4 |
Cập Nhật Lần Cuối | 2022-07-01 |
Ngày Phát Hành | 2020-04-11 |
Nhà Phát Triển | https://store.eseel.com |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |