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 |
| 官方網址 | 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 |
| 電子郵箱 | [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"
]
} | |