Screen Sharing
Screensharing utility
Wat is Screen Sharing?
Screen Sharing is een Chrome-extensie ontwikkeld door https://netsapiens.com, en de belangrijkste functie is "Screensharing utility".
Extensie Screenshots
Download het CRX-bestand van de extensie Screen Sharing
Download Screen Sharing-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
A simple extension to allow screen sharing in UC communications applications for supported service providers.
Basisinformatie over de Extensie
Naam | Screen Sharing |
ID | gdidcoecoldmadgciedbopokefoeamhe |
Officiële URL | https://chromewebstore.google.com/detail/screen-sharing/gdidcoecoldmadgciedbopokefoeamhe |
Beschrijving | Screensharing utility |
Bestandsgrootte | 59.67 KB |
Aantal Installaties | 60 |
Huidige Versie | 1.1.0 |
Laatst Bijgewerkt | 2019-02-11 |
Publicatiedatum | 2019-02-10 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | https://netsapiens.com |
Betalingswijze | free |
Extensiewebsite | http://netsapiens.com |
Help Pagina-URL | http://help.netsapiens.com |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Screen Sharing", "description": "Screensharing utility", "version": "1.1.0", "manifest_version": 2, "minimum_chrome_version": "52", "icons": { "64": "logo64.png", "128": "logo128.png", "256": "logo256.png" }, "permissions": [ "desktopCapture" ], "background": { "scripts": [ "background.js" ] }, "externally_connectable": { "matches": [ "https:\/\/*.netsapiens.com\/*", "https:\/\/*.cloudsfu.com\/*" ] }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/*.netsapiens.com\/*", "https:\/\/*.cloudsfu.com\/*" ] } ] } |