C-Meeting Desktop Sharing Extension
Enhance your C-Meeting web conference with desktop and application sharing with Google Chrome.
Co je C-Meeting Desktop Sharing Extension?
C-Meeting Desktop Sharing Extension je rozšíření Chrome vyvinuté jheuler, a jeho hlavní funkcí je „Enhance your C-Meeting web conference with desktop and application sharing with Google Chrome.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření C-Meeting Desktop Sharing Extension
Stáhněte si soubory rozšíření C-Meeting Desktop Sharing Extension ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
This desktop sharing extension enables sharing from the Chrome browser for C-Meeting, Concert-Oh and BpresentLive. Základní Informace o Rozšíření
| Název | |
| ID | jgldmgcakddjinippbpmbjldahfoojhn |
| Oficiální URL | https://chromewebstore.google.com/detail/c-meeting-desktop-sharing/jgldmgcakddjinippbpmbjldahfoojhn |
| Popis | Enhance your C-Meeting web conference with desktop and application sharing with Google Chrome. |
| Velikost souboru | 27.52 KB |
| Počet instalací | 384 |
| Aktuální Verze | 1.0.0.1 |
| Poslední Aktualizace | 2016-06-01 |
| Datum Vydání | 2016-06-01 |
| Hodnocení | 5.00/5 Celkem 1 Hodnocení |
| Vývojář | jheuler |
| Typ Platby | free |
| Podporované Jazyky | 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"
}
]
} | |