WebMeeting - Screen Sharing
Developed primary for https://minimeeting.com.br/. It doesn't do anything except capture content of your screen.
What is WebMeeting - Screen Sharing?
WebMeeting - Screen Sharing is a Chrome extension developed by https://minimeeting.com.br, and its main feature is "Developed primary for https://minimeeting.com.br/. It doesn't do anything except capture content of your screen.".
Extension Screenshots
Download WebMeeting - Screen Sharing Extension CRX File
Download WebMeeting - Screen Sharing 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
O WebMeeting Screen Sharing permite que usuários usando WebMeeting Direct (plataforma para reuniões on-line) e WebMeeting Visit (para visitas à distância) possam fazer o compartilhamento de tela, durante as reuniões ou visitas.
Após a instalação, é necessário reiniciar o Google Chrome. Extension Basic Information
| Name | |
| ID | ecijlhkakkmfoilgmjkdnjpmednceink |
| Official URL | https://chromewebstore.google.com/detail/webmeeting-screen-sharing/ecijlhkakkmfoilgmjkdnjpmednceink |
| Description | Developed primary for https://minimeeting.com.br/. It doesn't do anything except capture content of your screen. |
| File Size | 959 KB |
| Installation Count | 29 |
| Current Version | 1.3.0 |
| Last Updated | 2017-10-18 |
| Publish Date | 2017-10-18 |
| Rating | 5.00/5 Total 1 Ratings |
| Developer | https://minimeeting.com.br |
| [email protected] | |
| Payment Type | free |
| Extension Website | https://www.minimeeting.com.br |
| Supported Languages | pt-BR |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "WebMeeting - Screen Sharing",
"short_name": "WebMeeting SS",
"description": "Developed primary for https:\/\/minimeeting.com.br\/. It doesn't do anything except capture content of your screen.",
"author": "Atitude Midia Digital",
"version": "1.3.0",
"manifest_version": 2,
"minimum_chrome_version": "34",
"homepage_url": "https:\/\/minimeeting.com.br\/",
"background": {
"scripts": [
"background-script.js"
],
"persistent": false
},
"content_scripts": [
{
"js": [
"content-script.js"
],
"all_frames": true,
"matches": [
"*:\/\/*.minimeeting.com.br\/*",
"*:\/\/minimeeting.com.br\/*",
"*:\/\/*.wmvisit.com\/*",
"*:\/\/wmvisit.com\/*",
"*:\/\/*.wmvisit.com.br\/*",
"*:\/\/wmvisit.com.br\/*"
]
}
],
"icons": {
"16": "logo_16x16.png",
"48": "logo_48x48.png",
"128": "logo_128x128.png"
},
"permissions": [
"desktopCapture"
],
"web_accessible_resources": [
"icon.png"
]
} | |