SroDotNetActivator
SRO .NET Activator
什麼是SroDotNetActivator?
SroDotNetActivator是由sro.automation開發的Chrome擴展程式,該擴展的主要功能是“SRO .NET Activator”。
擴展截圖
下載SroDotNetActivator擴展crx文件
下載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 擴展基本資訊
| 名稱 | |
| ID | cakpdcgfiopmmimbfdoljkengnmfjmpo |
| 官方網址 | 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"
} | |