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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | WebMeeting - Screen Sharing |
ID | ecijlhkakkmfoilgmjkdnjpmednceink |
공식 URL | 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" ] } |