c³ Screensharing
Screensharing utility plugin for c³
What is c³ Screensharing?
c³ Screensharing is a Chrome extension developed by Considerate Computing, and its main feature is "Screensharing utility plugin for c³".
Extension Screenshots
Download c³ Screensharing Extension CRX File
Download c³ Screensharing 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
Extension to enable screen share on c³ (Considerate Conference Calling)
Extension Basic Information
Name | c³ Screensharing |
ID | gfbgnhlmialabkencffdjipflcldcioe |
Official URL | https://chromewebstore.google.com/detail/c%C2%B3-screensharing/gfbgnhlmialabkencffdjipflcldcioe |
Description | Screensharing utility plugin for c³ |
File Size | 24.68 KB |
Installation Count | 60 |
Current Version | 0.0.7 |
Last Updated | 2019-07-25 |
Publish Date | 2019-07-25 |
Developer | Considerate Computing |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "c\u00b3 Screensharing", "description": "Screensharing utility plugin for c\u00b3", "version": "0.0.7", "manifest_version": 2, "minimum_chrome_version": "34", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "desktopCapture", "tabs", "https:\/\/*\/*" ], "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/ad70bee945dd4ea499a6d79ee638b1b7.vfs.cloud9.us-west-2.amazonaws.com\/*", "https:\/\/cameo-web.herokuapp.com\/*", "https:\/\/cccs-web.herokuapp.com\/*", "https:\/\/c3chat.herokuapp.com\/*", "https:\/\/app.c3.chat\/*" ] } ], "externally_connectable": { "matches": [ "https:\/\/ad70bee945dd4ea499a6d79ee638b1b7.vfs.cloud9.us-west-2.amazonaws.com\/*", "https:\/\/cameo-web.herokuapp.com\/*", "https:\/\/cccs-web.herokuapp.com\/*", "https:\/\/c3chat.herokuapp.com\/*", "https:\/\/app.c3.chat\/*" ] } } |