USB Digital Sign
Connect web and java application for usb digital sign
什么是USB Digital Sign?
USB Digital Sign是由FTI开发的Chrome扩展程序,该扩展的主要功能是“Connect web and java application for usb digital sign”。
扩展截图
下载USB Digital Sign扩展crx文件
下载USB Digital Sign扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
The Extension supports to communicate between web page and java sign application
扩展基本信息
名称 | |
ID | bimhgondomiohgkheomeimhmglemfinc |
官方URL | https://chrome.google.com/webstore/detail/usb-digital-sign/bimhgondomiohgkheomeimhmglemfinc |
简介 | Connect web and java application for usb digital sign |
文件大小 | 24.3 KB |
安装次数 | 72 |
当前版本 | 1.0.1 |
更新时间 | 2020-09-18 |
上架时间 | 2020-09-18 |
开发者 | FTI |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "USB Digital Sign", "version": "1.0.1", "manifest_version": 2, "description": "Connect web and java application for usb digital sign", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "background": { "scripts": [ "main.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "*:\/\/*.devvas.xyz\/*", "*:\/\/*.invoice.fpt.work\/*", "*:\/\/*.invoice.fptdata.com\/*" ], "js": [ "main.js" ] } ], "permissions": [ "nativeMessaging", "*:\/\/*.devvas.xyz\/*", "*:\/\/*.invoice.fpt.work\/*", "*:\/\/*.invoice.fptdata.com\/*" ], "externally_connectable": { "matches": [ "*:\/\/*.devvas.xyz\/*", "*:\/\/*.invoice.fpt.work\/*", "*:\/\/*.invoice.fptdata.com\/*" ] } } |