Teladoc Meet
Telado Meeting extenion!
What is Teladoc Meet?
Teladoc Meet is a Chrome extension developed by https://tdrmeet.spitter.chat, and its main feature is "Telado Meeting extenion!".
Download Teladoc Meet Extension CRX File
Download Teladoc Meet 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
Extension Basic Information
Name | ![]() |
ID | pbbajilobbhalidadeiocfgkhhpfnabp |
Official URL | https://chrome.google.com/webstore/detail/teladoc-meet/pbbajilobbhalidadeiocfgkhhpfnabp |
Description | Telado Meeting extenion! |
File Size | 10.98 KB |
Installation Count | 68 |
Current Version | 0.1.5 |
Last Updated | 2016-09-15 |
Publish Date | 2016-09-15 |
Rating | 1.00/5 Total 2 Ratings |
Developer | https://tdrmeet.spitter.chat |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Teladoc Meet", "description": "Telado Meeting extenion!", "version": "0.1.5", "minimum_chrome_version": "34", "icons": { "16": "logo-teladoc-16-16.png", "48": "logo-teladoc-48-48.png", "128": "logo-teladoc-128-128.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ "desktopCapture" ], "externally_connectable": { "matches": [ "*:\/\/tdrmeet.spitter.chat\/*" ] } } |