ESEEL Receipt Printer
Print receipts with ESEEL extension. Requires an EPSON receipt printer and an ESEEL account.
Co je ESEEL Receipt Printer?
ESEEL Receipt Printer je rozšíření Chrome vyvinuté https://store.eseel.com, a jeho hlavní funkcí je „Print receipts with ESEEL extension. Requires an EPSON receipt printer and an ESEEL account.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření ESEEL Receipt Printer
Stáhněte si soubory rozšíření ESEEL Receipt Printer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
ESEEL web based Point Of Sale system require this extension to print receipts, orders and reports.
Základní Informace o Rozšíření
Název | ESEEL Receipt Printer |
ID | ompekdbebiflmoljfgopkdkiohccakda |
Oficiální URL | https://chromewebstore.google.com/detail/eseel-receipt-printer/ompekdbebiflmoljfgopkdkiohccakda |
Popis | Print receipts with ESEEL extension. Requires an EPSON receipt printer and an ESEEL account. |
Velikost souboru | 112 KB |
Počet instalací | 48 |
Aktuální Verze | 0.4 |
Poslední Aktualizace | 2022-07-01 |
Datum Vydání | 2020-04-11 |
Vývojář | https://store.eseel.com |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" } } |