SroDotNetActivator

SRO .NET Activator

SroDotNetActivator क्या है?

SroDotNetActivator sro.automation द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "SRO .NET Activator"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में SroDotNetActivator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम SroDotNetActivator SroDotNetActivator
ID cakpdcgfiopmmimbfdoljkengnmfjmpo
आधिकारिक URL https://chromewebstore.google.com/detail/srodotnetactivator/cakpdcgfiopmmimbfdoljkengnmfjmpo
विवरण SRO .NET Activator
फ़ाइल का आकार 11.98 KB
स्थापना संख्या 4,000
वर्तमान संस्करण 4.2.2
अंतिम अपडेट 2022-09-22
प्रकाशन तिथि 2022-09-22
डेवलपर sro.automation
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
}