ESEEL Receipt Printer
Print receipts with ESEEL extension. Requires an EPSON receipt printer and an ESEEL account.
O que é ESEEL Receipt Printer?
ESEEL Receipt Printer é uma extensão do Chrome desenvolvida por https://store.eseel.com, e sua principal característica é "Print receipts with ESEEL extension. Requires an EPSON receipt printer and an ESEEL account.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão ESEEL Receipt Printer
Baixe arquivos de extensão ESEEL Receipt Printer no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
ESEEL web based Point Of Sale system require this extension to print receipts, orders and reports.
Informações Básicas da Extensão
Nome | ESEEL Receipt Printer |
ID | ompekdbebiflmoljfgopkdkiohccakda |
URL Oficial | https://chromewebstore.google.com/detail/eseel-receipt-printer/ompekdbebiflmoljfgopkdkiohccakda |
Descrição | Print receipts with ESEEL extension. Requires an EPSON receipt printer and an ESEEL account. |
Tamanho do Arquivo | 112 KB |
Contagem de Instalações | 48 |
Versão Atual | 0.4 |
Última Atualização | 2022-07-01 |
Data de Publicação | 2020-04-11 |
Desenvolvedor | https://store.eseel.com |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } } |