Azentio Twain Control 1.0.2
Sends native messages to Azentio Twain Control for Chrome.
Azentio Twain Control 1.0.2とは何ですか?
Azentio Twain Control 1.0.2はAzentioによって開発されたChromeの拡張機能で、その主な機能は「Sends native messages to Azentio Twain Control for Chrome.」です。
拡張機能のスクリーンショット
Azentio Twain Control 1.0.2拡張機能のCRXファイルをダウンロード
Azentio Twain Control 1.0.2拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Process and scan documents, of TWAIN compatible scanner devices, and send the data as Base64 string to the provided URL. It can scan documents and images as single page or from feeder.
拡張機能の基本情報
名前 | Azentio Twain Control 1.0.2 |
ID | pkhcpmkiodmbcododdelihfadklehpem |
公式URL | https://chromewebstore.google.com/detail/azentio-twain-control-102/pkhcpmkiodmbcododdelihfadklehpem |
説明 | Sends native messages to Azentio Twain Control for Chrome. |
ファイルサイズ | 14.48 KB |
インストール数 | 121 |
現在のバージョン | 1.0.5 |
最終更新日 | 2022-06-14 |
公開日 | 2019-09-19 |
開発者 | Azentio |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.azentio.com/ |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Azentio Twain Control 1.0.2", "permissions": [ "nativeMessaging" ], "version": "1.0.5", "manifest_version": 2, "description": "Sends native messages to Azentio Twain Control for Chrome.", "background": { "page": "window.html" }, "icons": { "32": "azentio_small.ico", "128": "azentio_large.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ] } ] } |