SroDotNetActivator

SRO .NET Activator

¿Qué es SroDotNetActivator?

SroDotNetActivator es una extensión de Chrome desarrollada por sro.automation, y su función principal es "SRO .NET Activator".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión SroDotNetActivator

Descarga archivos de extensión SroDotNetActivator en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre SroDotNetActivator SroDotNetActivator
ID cakpdcgfiopmmimbfdoljkengnmfjmpo
URL Oficial https://chromewebstore.google.com/detail/srodotnetactivator/cakpdcgfiopmmimbfdoljkengnmfjmpo
Descripción SRO .NET Activator
Tamaño del Archivo 11.98 KB
Cantidad de Instalaciones 4,000
Versión Actual 4.2.2
Última Actualización 2022-09-22
Fecha de Publicación 2022-09-22
Desarrollador sro.automation
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
}