Ring4 Meeting
Free video meeting + Screen sharing
What is Ring4 Meeting?
Ring4 Meeting is a Chrome extension developed by https://www.ring4.com, and its main feature is "Free video meeting + Screen sharing".
Extension Screenshots
Download Ring4 Meeting Extension CRX File
Download Ring4 Meeting extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Ring4 Meeting |
ID | kipblmdakacejdlgihnojiliinheadla |
Official URL | https://chromewebstore.google.com/detail/ring4-meeting/kipblmdakacejdlgihnojiliinheadla |
Description | Free video meeting + Screen sharing |
File Size | 179 KB |
Installation Count | 27 |
Current Version | 1.0.0 |
Last Updated | 2020-08-02 |
Publish Date | 2020-08-02 |
Rating | 5.00/5 Total 4 Ratings |
Developer | https://www.ring4.com |
[email protected] | |
Payment Type | free |
Extension Website | https://www.ring4.com/free-video-meeting |
Help Page URL | https://www.ring4.com/free-video-meeting |
Privacy Policy Page URL | https://www.ring4.com/company/privacy-policy |
Supported Languages | 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'" } |