SroDotNetActivator

SRO .NET Activator

Was ist SroDotNetActivator?

SroDotNetActivator ist eine Chrome-Erweiterung, die von sro.automation entwickelt wurde, und ihr Hauptmerkmal ist "SRO .NET Activator".

Erweiterungsscreenshots

screenshot

SroDotNetActivator-Erweiterungs-CRX-Datei herunterladen

Laden Sie SroDotNetActivator-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name SroDotNetActivator SroDotNetActivator
ID cakpdcgfiopmmimbfdoljkengnmfjmpo
Offizielle URL https://chromewebstore.google.com/detail/srodotnetactivator/cakpdcgfiopmmimbfdoljkengnmfjmpo
Beschreibung SRO .NET Activator
Dateigröße 11.98 KB
Installationsanzahl 4,000
Aktuelle Version 4.2.2
Letztes Update 2022-09-22
Veröffentlichungsdatum 2022-09-22
Entwickler sro.automation
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
}