ESEEL Receipt Printer
Print receipts with ESEEL extension. Requires an EPSON receipt printer and an ESEEL account.
What is ESEEL Receipt Printer?
ESEEL Receipt Printer is a Chrome extension developed by https://store.eseel.com, and its main feature is "Print receipts with ESEEL extension. Requires an EPSON receipt printer and an ESEEL account.".
Extension Screenshots
Download ESEEL Receipt Printer Extension CRX File
Download ESEEL Receipt Printer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
ESEEL web based Point Of Sale system require this extension to print receipts, orders and reports.
Extension Basic Information
Name | ESEEL Receipt Printer |
ID | ompekdbebiflmoljfgopkdkiohccakda |
Official URL | https://chromewebstore.google.com/detail/eseel-receipt-printer/ompekdbebiflmoljfgopkdkiohccakda |
Description | Print receipts with ESEEL extension. Requires an EPSON receipt printer and an ESEEL account. |
File Size | 112 KB |
Installation Count | 48 |
Current Version | 0.4 |
Last Updated | 2022-07-01 |
Publish Date | 2020-04-11 |
Developer | https://store.eseel.com |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |