Telesensi Driver
Allows Littmann driver - browser communication
Telesensi Driverとは何ですか?
Telesensi DriverはTeleSensiによって開発されたChromeの拡張機能で、その主な機能は「Allows Littmann driver - browser communication」です。
拡張機能のスクリーンショット
Telesensi Driver拡張機能のCRXファイルをダウンロード
Telesensi Driver拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The TeleSensi Driver webextension enables the TeleSensi Tele-Auscultation product to communicate securely with your Littmann bluetooth stethoscope. 拡張機能の基本情報
| 名前 | |
| ID | eomealaljbmebcfnflgbkicbddlpoede |
| 公式URL | https://chromewebstore.google.com/detail/telesensi-driver/eomealaljbmebcfnflgbkicbddlpoede |
| 説明 | Allows Littmann driver - browser communication |
| ファイルサイズ | 7.04 KB |
| インストール数 | 10,000 |
| 現在のバージョン | 2.0.3 |
| 最終更新日 | 2019-11-09 |
| 公開日 | 2019-11-09 |
| 評価 | 5.00/5 合計 2 レビュー |
| 開発者 | TeleSensi |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://telesensi.com/ |
| プライバシーポリシーページのURL | https://app.telesensi.com/media/agreements/TSNSI-MGT-PRIV-POL-v1.0_Privacy_Policy_clean.docx.pdf |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"author": "Stone Three Venture Technology",
"description": "Allows Littmann driver - browser communication",
"manifest_version": 2,
"name": "Telesensi Driver",
"version": "2.0.3",
"icons": {
"48": "icons\/48.png"
},
"background": {
"scripts": [
"ts_background_script.js"
]
},
"content_scripts": [
{
"matches": [
"*:\/\/*.telesensi.com\/*",
"*:\/\/*.wecounsel.com\/*",
"*:\/\/localhost\/*"
],
"js": [
"ts_content_script.js"
],
"run_at": "document_start"
}
],
"browser_action": {
"default_icon": "icons\/48.png"
},
"permissions": [
"nativeMessaging"
]
} | |