Telesensi Driver
Allows Littmann driver - browser communication
What is Telesensi Driver?
Telesensi Driver is a Chrome extension developed by TeleSensi, and its main feature is "Allows Littmann driver - browser communication".
Extension Screenshots
Download Telesensi Driver Extension CRX File
Download Telesensi Driver extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
The TeleSensi Driver webextension enables the TeleSensi Tele-Auscultation product to communicate securely with your Littmann bluetooth stethoscope.
Extension Basic Information
Name | Telesensi Driver |
ID | eomealaljbmebcfnflgbkicbddlpoede |
Official URL | https://chromewebstore.google.com/detail/telesensi-driver/eomealaljbmebcfnflgbkicbddlpoede |
Description | Allows Littmann driver - browser communication |
File Size | 7.04 KB |
Installation Count | 10,000 |
Current Version | 2.0.3 |
Last Updated | 2019-11-09 |
Publish Date | 2019-11-09 |
Rating | 5.00/5 Total 2 Ratings |
Developer | TeleSensi |
[email protected] | |
Payment Type | free |
Extension Website | https://telesensi.com/ |
Privacy Policy Page URL | https://app.telesensi.com/media/agreements/TSNSI-MGT-PRIV-POL-v1.0_Privacy_Policy_clean.docx.pdf |
Supported Languages | 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" ] } |