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
扩展基本信息
名称 | 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" } |