Linkello Screen Sharing
This extension allows you to share your screen
What is Linkello Screen Sharing?
Linkello Screen Sharing is a Chrome extension developed by https://linkello.com, and its main feature is "This extension allows you to share your screen".
Extension Screenshots
Download Linkello Screen Sharing Extension CRX File
Download Linkello Screen Sharing 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
Install this plugin to enable the screen sharing feature on linkello.com. Don't forget to reload the conference page after having installed this add-on !
Extension Basic Information
Name | Linkello Screen Sharing |
ID | eeopgbooadfjifpfalhifnogjblphecd |
Official URL | https://chromewebstore.google.com/detail/linkello-screen-sharing/eeopgbooadfjifpfalhifnogjblphecd |
Description | This extension allows you to share your screen |
File Size | 12.11 KB |
Installation Count | 243 |
Current Version | 1.0 |
Last Updated | 2019-01-09 |
Publish Date | 2019-01-09 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://linkello.com |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Linkello Screen Sharing", "description": "This extension allows you to share your screen", "version": "1.0", "manifest_version": 2, "minimum_chrome_version": "34", "icons": { "128": "logo_icon_128.png" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "js": [ "bridge.js" ], "matches": [ "*:\/\/*.linkello.com\/*" ] } ], "permissions": [ "desktopCapture" ] } |