SroDotNetActivator

SRO .NET Activator

SroDotNetActivatorคืออะไร?

SroDotNetActivator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย sro.automation และคุณลักษณะหลักของมันคือ "SRO .NET Activator"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SroDotNetActivator

ดาวน์โหลดไฟล์ส่วนขยาย SroDotNetActivator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
}