Sling Desktop Share
This extension allows the slingapp.net website to share your screen.
Wat is Sling Desktop Share?
Sling Desktop Share is een Chrome-extensie ontwikkeld door http://slingapp.net, en de belangrijkste functie is "This extension allows the slingapp.net website to share your screen.".
Download het CRX-bestand van de extensie Sling Desktop Share
Download Sling Desktop Share-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This extension activates the Chrome desktop share screen picker and relays a chosen screen to any webpage that calls it.
Basisinformatie over de Extensie
Naam | |
ID | pecpbndlndfegjibmbaplkjdkhdgmnei |
Officiële URL | https://chrome.google.com/webstore/detail/sling-desktop-share/pecpbndlndfegjibmbaplkjdkhdgmnei |
Beschrijving | This extension allows the slingapp.net website to share your screen. |
Bestandsgrootte | 4.78 KB |
Aantal Installaties | 242 |
Huidige Versie | 1.1.2 |
Laatst Bijgewerkt | 2017-06-06 |
Publicatiedatum | 2017-06-06 |
Beoordeling | 3.67/5 Totaal 6 Beoordelingen |
Ontwikkelaar | http://slingapp.net |
Betalingswijze | free |
Extensiewebsite | https://slingapp.net |
Ondersteunde Talen | 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\/*" ] } } |