Ring4 Meeting
Free video meeting + Screen sharing
Ring4 Meeting란 무엇입니까?
Ring4 Meeting은(는) https://www.ring4.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Free video meeting + Screen sharing"입니다.
확장 프로그램 스크린샷
Ring4 Meeting 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Ring4 Meeting is a free conferencing service designed to be dead simple - It requires No Sign-up, No software install - It supports Voice + Video + Screen sharing & an Anonymous mode - It is working in all web browsers (desktop and mobile) with a simple link This Chrome extension allows you to: - create a Ring4 Meeting link with 1 click - use the meeting room for 14 days - invite up to 5 participants
확장 프로그램 기본 정보
이름 | Ring4 Meeting |
ID | kipblmdakacejdlgihnojiliinheadla |
공식 URL | https://chromewebstore.google.com/detail/ring4-meeting/kipblmdakacejdlgihnojiliinheadla |
설명 | Free video meeting + Screen sharing |
파일 크기 | 179 KB |
설치 횟수 | 27 |
현재 버전 | 1.0.0 |
최근 업데이트 | 2020-08-02 |
출시 날짜 | 2020-08-02 |
평점 | 5.00/5 총 4 개의 평점 |
개발자 | https://www.ring4.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.ring4.com/free-video-meeting |
도움말 페이지 URL | https://www.ring4.com/free-video-meeting |
개인정보 보호 정책 페이지 URL | https://www.ring4.com/company/privacy-policy |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Ring4 Meeting", "short_name": "Ring4 Meeting", "version": "1.0.0", "description": "Free video meeting + Screen sharing", "permissions": [ "tabs" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_popup": "index.html?#\/popup", "default_title": "Angular Chrome Extension" }, "background": { "scripts": [ "backgroundPage.js" ], "persistent": false }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |