Let's Talk Screen Sharing Chrome Extension
This Extension provides ability to share screen for Let's Talk application.
What is Let's Talk Screen Sharing Chrome Extension?
Let's Talk Screen Sharing Chrome Extension is a Chrome extension developed by https://hciketi.com, and its main feature is "This Extension provides ability to share screen for Let's Talk application.".
Extension Screenshots
Download Let's Talk Screen Sharing Chrome Extension Extension CRX File
Download Let's Talk Screen Sharing Chrome Extension 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
This Extension provides ability to share screen for Let's Talk application and should be used only with Telaverge Let's Talk product.
Extension Basic Information
Name | Let's Talk Screen Sharing Chrome Extension |
ID | lkhdkjakccdajilenebimbgionejknpn |
Official URL | https://chromewebstore.google.com/detail/lets-talk-screen-sharing/lkhdkjakccdajilenebimbgionejknpn |
Description | This Extension provides ability to share screen for Let's Talk application. |
File Size | 337 KB |
Installation Count | 61 |
Current Version | 1.0.0.3 |
Last Updated | 2017-10-18 |
Publish Date | 2017-10-18 |
Rating | 5.00/5 Total 2 Ratings |
Developer | https://hciketi.com |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "minimum_chrome_version": "52", "name": "Let's Talk Screen Sharing Chrome Extension", "permissions": [ "desktopCapture" ], "short_name": "Let's Talk ScreenShare", "version": "1.0.0.3", "background": { "persistent": true, "scripts": [ "script.js" ] }, "description": "This Extension provides ability to share screen for Let's Talk application.", "externally_connectable": { "matches": [ "https:\/\/*.hciketi.com\/*", "https:\/\/*.proximie.com\/*", "https:\/\/*.ciketi.com\/*" ] }, "icons": { "128": "conf-logo-128x128.png", "48": "conf-logo-48x48.png", "16": "conf-logo-16x16.png" }, "browser_action": { "default_icon": "conf-logo-16x16.png" } } |