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
拡張機能の基本情報
名前 | 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 |
Eメール | [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'" } |