SroDotNetActivator
SRO .NET Activator
O que é SroDotNetActivator?
SroDotNetActivator é uma extensão do Chrome desenvolvida por sro.automation, e sua principal característica é "SRO .NET Activator".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão SroDotNetActivator
Baixe arquivos de extensão SroDotNetActivator 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
SRO is a web application which besides other things serves a Point of Sale. As such it needs to communicate with various peripheral devices. This includes but is not limited to sales poll, cash drawer, magnetic card readers, chip & pin devices and more. Many of those devices only support an integration flow which involves communication through sockets, com ports, serial ports etc. Some of devices require low-level (DLL or COM-based) APIs to be called as part of integration flow. SRO plugin assists in that. It runs .NET-based integration components which in their turn communicate with peripherals in an appropriate low-level way. The diagram of JavaScript code - to - plugin - to peripheral communication is illustrated by attached diagram
Informações Básicas da Extensão
Nome | SroDotNetActivator |
ID | cakpdcgfiopmmimbfdoljkengnmfjmpo |
URL Oficial | https://chromewebstore.google.com/detail/srodotnetactivator/cakpdcgfiopmmimbfdoljkengnmfjmpo |
Descrição | SRO .NET Activator |
Tamanho do Arquivo | 11.98 KB |
Contagem de Instalações | 4,000 |
Versão Atual | 4.2.2 |
Última Atualização | 2022-09-22 |
Data de Publicação | 2022-09-22 |
Desenvolvedor | sro.automation |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "background": { "service_worker": "scripts\/background.js" }, "content_scripts": [ { "js": [ "scripts\/content.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/*\/*" ] } ], "description": "SRO .NET Activator", "icons": { "24": "icons\/echo-24x24.png", "32": "icons\/echo-32x32.png", "48": "icons\/echo-48x48.png" }, "manifest_version": 3, "name": "SroDotNetActivator", "permissions": [ "nativeMessaging" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "4.2.2" } |