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 |
Eメール | [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\/*" ] } } |