C-Meeting Desktop Sharing Extension
Enhance your C-Meeting web conference with desktop and application sharing with Google Chrome.
Wat is C-Meeting Desktop Sharing Extension?
C-Meeting Desktop Sharing Extension is een Chrome-extensie ontwikkeld door jheuler, en de belangrijkste functie is "Enhance your C-Meeting web conference with desktop and application sharing with Google Chrome.".
Extensie Screenshots
Download het CRX-bestand van de extensie C-Meeting Desktop Sharing Extension
Download C-Meeting Desktop Sharing Extension-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 desktop sharing extension enables sharing from the Chrome browser for C-Meeting, Concert-Oh and BpresentLive. Basisinformatie over de Extensie
| Naam | |
| ID | jgldmgcakddjinippbpmbjldahfoojhn |
| Officiële URL | https://chromewebstore.google.com/detail/c-meeting-desktop-sharing/jgldmgcakddjinippbpmbjldahfoojhn |
| Beschrijving | Enhance your C-Meeting web conference with desktop and application sharing with Google Chrome. |
| Bestandsgrootte | 27.52 KB |
| Aantal Installaties | 384 |
| Huidige Versie | 1.0.0.1 |
| Laatst Bijgewerkt | 2016-06-01 |
| Publicatiedatum | 2016-06-01 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | jheuler |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
}
]
} | |