C-Meeting Desktop Sharing Extension
Enhance your C-Meeting web conference with desktop and application sharing with Google Chrome.
Vad är C-Meeting Desktop Sharing Extension?
C-Meeting Desktop Sharing Extension är en Chrome-tillägg utvecklad av jheuler, och dess huvudfunktion är "Enhance your C-Meeting web conference with desktop and application sharing with Google Chrome.".
Tilläggsskärmbilder
Ladda ner C-Meeting Desktop Sharing Extension-förlängningens CRX-fil
Ladda ner C-Meeting Desktop Sharing Extension-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
This desktop sharing extension enables sharing from the Chrome browser for C-Meeting, Concert-Oh and BpresentLive.
Grundläggande Information om Tillägg
Namn | |
ID | jgldmgcakddjinippbpmbjldahfoojhn |
Officiell webbadress | https://chromewebstore.google.com/detail/c-meeting-desktop-sharing/jgldmgcakddjinippbpmbjldahfoojhn |
Beskrivning | Enhance your C-Meeting web conference with desktop and application sharing with Google Chrome. |
Filstorlek | 27.52 KB |
Antal Installationer | 384 |
Aktuell Version | 1.0.0.1 |
Senast Uppdaterad | 2016-06-01 |
Publiceringsdatum | 2016-06-01 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | jheuler |
Betalningssätt | free |
Stödda Språk | 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" } ] } |