Telesensi Driver

Allows Littmann driver - browser communication

什么是Telesensi Driver?

Telesensi Driver是由TeleSensi开发的Chrome扩展程序,该扩展的主要功能是“Allows Littmann driver - browser communication”。

扩展截图

screenshot

下载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.                    

扩展基本信息

名称 Telesensi Driver Telesensi Driver
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
电子邮箱 [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"
    ]
}