WebMeeting - Screen Sharing
Developed primary for https://minimeeting.com.br/. It doesn't do anything except capture content of your screen.
什麼是WebMeeting - Screen Sharing?
WebMeeting - Screen Sharing是由https://minimeeting.com.br開發的Chrome擴展程式,該擴展的主要功能是“Developed primary for https://minimeeting.com.br/. It doesn't do anything except capture content of your screen.”。
擴展截圖
下載WebMeeting - Screen Sharing擴展crx文件
下載WebMeeting - Screen Sharing擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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. 擴展基本資訊
| 名稱 | |
| ID | ecijlhkakkmfoilgmjkdnjpmednceink |
| 官方網址 | https://chromewebstore.google.com/detail/webmeeting-screen-sharing/ecijlhkakkmfoilgmjkdnjpmednceink |
| 簡介 | Developed primary for https://minimeeting.com.br/. It doesn't do anything except capture content of your screen. |
| 檔案大小 | 959 KB |
| 安裝次數 | 29 |
| 目前版本 | 1.3.0 |
| 更新時間 | 2017-10-18 |
| 上架時間 | 2017-10-18 |
| 評分 | 5.00/5 共 1 次評分 |
| 開發者 | https://minimeeting.com.br |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://www.minimeeting.com.br |
| 支援的語言 | 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"
]
} | |