Telesensi Driver

Allows Littmann driver - browser communication

Telesensi Driverคืออะไร?

Telesensi Driver เป็นส่วนขยายของ Chrome ที่พัฒนาโดย TeleSensi และคุณลักษณะหลักของมันคือ "Allows Littmann driver - browser communication"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Telesensi Driver

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}