ConexED Screen Sharing
Chrome screen sharing extension for the ConexED platform
Wat is ConexED Screen Sharing?
ConexED Screen Sharing is een Chrome-extensie ontwikkeld door https://conexed.com, en de belangrijkste functie is "Chrome screen sharing extension for the ConexED platform".
Extensie Screenshots
Download het CRX-bestand van de extensie ConexED Screen Sharing
Download ConexED 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
Share your full desktop or select an application window to share. (Note: others will be able to see a higher resolution of your shared application if your application's window is smaller than full screen. Application windows sized around 800x400 work best.)
Basisinformatie over de Extensie
Naam | ConexED Screen Sharing |
ID | fadlnhpmllgjcllbnpjdknlbnnpammlg |
Officiële URL | https://chromewebstore.google.com/detail/conexed-screen-sharing/fadlnhpmllgjcllbnpjdknlbnnpammlg |
Beschrijving | Chrome screen sharing extension for the ConexED platform |
Bestandsgrootte | 15.6 KB |
Aantal Installaties | 20,000 |
Huidige Versie | 1.7.3 |
Laatst Bijgewerkt | 2018-09-26 |
Publicatiedatum | 2018-09-26 |
Beoordeling | 4.00/5 Totaal 10 Beoordelingen |
Ontwikkelaar | https://conexed.com |
Betalingswijze | free |
Extensiewebsite | https://conexed.com |
Help Pagina-URL | https://blog.conexed.com/help-center/ |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ConexED Screen Sharing", "version": "1.7.3", "manifest_version": 2, "description": "Chrome screen sharing extension for the ConexED platform", "background": { "page": "background.html", "persistent": false }, "externally_connectable": { "matches": [ "https:\/\/*.craniumcafe.com\/*", "https:\/\/*.conexed.com\/*" ] }, "icons": { "16": "images\/16x16-C.png", "32": "images\/32x32-C.png", "48": "images\/48x48-C.png", "128": "images\/128x128-C.png" }, "permissions": [ "desktopCapture", "https:\/\/*.craniumcafe.com\/*", "https:\/\/*.conexed.com\/*" ], "web_accessible_resources": [ "images\/48x48-C.png" ] } |