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 |
| 公式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 |
| Eメール | [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"
} | |