USB Digital Sign
Connect web and java application for usb digital sign
What is USB Digital Sign?
USB Digital Sign is a Chrome extension developed by FTI, and its main feature is "Connect web and java application for usb digital sign".
Extension Screenshots
Download USB Digital Sign Extension CRX File
Download USB Digital Sign extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
The Extension supports to communicate between web page and java sign application
Extension Basic Information
Name | |
ID | bimhgondomiohgkheomeimhmglemfinc |
Official URL | https://chrome.google.com/webstore/detail/usb-digital-sign/bimhgondomiohgkheomeimhmglemfinc |
Description | Connect web and java application for usb digital sign |
File Size | 24.3 KB |
Installation Count | 72 |
Current Version | 1.0.1 |
Last Updated | 2020-09-18 |
Publish Date | 2020-09-18 |
Developer | FTI |
[email protected] | |
Payment Type | free |
Supported Languages | 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\/*" ] } } |