Sling Desktop Share
This extension allows the slingapp.net website to share your screen.
What is Sling Desktop Share?
Sling Desktop Share is a Chrome extension developed by http://slingapp.net, and its main feature is "This extension allows the slingapp.net website to share your screen.".
Download Sling Desktop Share Extension CRX File
Download Sling Desktop Share 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 activates the Chrome desktop share screen picker and relays a chosen screen to any webpage that calls it.
Extension Basic Information
Name | |
ID | pecpbndlndfegjibmbaplkjdkhdgmnei |
Official URL | https://chrome.google.com/webstore/detail/sling-desktop-share/pecpbndlndfegjibmbaplkjdkhdgmnei |
Description | This extension allows the slingapp.net website to share your screen. |
File Size | 4.78 KB |
Installation Count | 242 |
Current Version | 1.1.2 |
Last Updated | 2017-06-06 |
Publish Date | 2017-06-06 |
Rating | 3.67/5 Total 6 Ratings |
Developer | http://slingapp.net |
Payment Type | free |
Extension Website | https://slingapp.net |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Sling Desktop Share", "description": "This extension allows the slingapp.net website to share your screen.", "version": "1.1.2", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "sling64.png" }, "permissions": [ "activeTab", "desktopCapture", "tabs" ], "externally_connectible": { "matches": [ "*:\/\/slingapp.net\/*", "*:\/\/*.slingapp.net\/*" ] } } |