SroDotNetActivator
SRO .NET Activator
SroDotNetActivator란 무엇입니까?
SroDotNetActivator은(는) sro.automation에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "SRO .NET Activator"입니다.
확장 프로그램 스크린샷
SroDotNetActivator 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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" } |