C-Meeting Desktop Sharing Extension
Enhance your C-Meeting web conference with desktop and application sharing with Google Chrome.
Hvad er C-Meeting Desktop Sharing Extension?
C-Meeting Desktop Sharing Extension er en Chrome-udvidelse udviklet af jheuler, og dens hovedfunktion er "Enhance your C-Meeting web conference with desktop and application sharing with Google Chrome.".
Udvidelsesskærmbilleder
Download C-Meeting Desktop Sharing Extension-udvidelses-CRX-fil
Download C-Meeting Desktop Sharing Extension-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
This desktop sharing extension enables sharing from the Chrome browser for C-Meeting, Concert-Oh and BpresentLive.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | jgldmgcakddjinippbpmbjldahfoojhn |
Officiel URL | https://chromewebstore.google.com/detail/c-meeting-desktop-sharing/jgldmgcakddjinippbpmbjldahfoojhn |
Beskrivelse | Enhance your C-Meeting web conference with desktop and application sharing with Google Chrome. |
Filstørrelse | 27.52 KB |
Antal Installationer | 384 |
Nuværende Version | 1.0.0.1 |
Senest Opdateret | 2016-06-01 |
Udgivelsesdato | 2016-06-01 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | jheuler |
Betalingsmetode | free |
Understøttede Sprog | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "icons": { "16": "Icon16.png", "32": "Icon32.png", "48": "Icon48.png", "128": "Icon128.png" }, "name": "C-Meeting Desktop Sharing Extension", "short_name": "CMDeskShare", "description": "Enhance your C-Meeting web conference with desktop and application sharing with Google Chrome.", "version": "1.0.0.1", "permissions": [ "nativeMessaging" ], "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*.cefriel.it\/*", "*:\/\/*.concert-oh.com\/*", "*:\/\/*.bpresentlive.com\/*", "*:\/\/*.c-meeting.com\/*" ], "js": [ "content.js" ], "run_at": "document_start" } ] } |