3CX WebMeeting
Share your screen and co browse with 3CX WebMeeting
What is 3CX WebMeeting?
3CX WebMeeting is a Chrome extension developed by karlshemsvagen, and its main feature is "Share your screen and co browse with 3CX WebMeeting".
Download 3CX WebMeeting Extension CRX File
Download 3CX WebMeeting extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | |
ID | jmpkiahcfkocbfffobodjfojbcblgfgg |
Official URL | https://chrome.google.com/webstore/detail/3cx-webmeeting/jmpkiahcfkocbfffobodjfojbcblgfgg |
Description | Share your screen and co browse with 3CX WebMeeting |
File Size | 33.86 KB |
Installation Count | 77 |
Current Version | 8.3 |
Last Updated | 2015-08-12 |
Publish Date | 2015-08-12 |
Developer | karlshemsvagen |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "8.3", "name": "3CX WebMeeting", "short_name": "3CX WebMeeting", "description": "Share your screen and co browse with 3CX WebMeeting", "author": "3CX", "icons": { "16": "icon16.png", "19": "icon19.png", "38": "icon38.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "persistent": false, "scripts": [ "background.js" ] }, "page_action": { "default_icon": { "16": "icon16.png", "19": "icon19.png", "38": "icon38.png", "48": "icon48.png", "128": "icon128.png" }, "default_title": "Send page link to others participants" }, "permissions": [ "desktopCapture", "tabs" ], "externally_connectable": { "matches": [ "*:\/\/*.karlshem.fortiddns.com\/*" ] } } |