Ring4 Meeting
Free video meeting + Screen sharing
什么是Ring4 Meeting?
Ring4 Meeting是由https://www.ring4.com开发的Chrome扩展程序,该扩展的主要功能是“Free video meeting + Screen sharing”。
扩展截图
下载Ring4 Meeting扩展crx文件
下载Ring4 Meeting扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 扩展基本信息
| 名称 | |
| 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'"
} | |