Codassium Screensharing
Enables screensharing for Codassium
What is Codassium Screensharing?
Codassium Screensharing is a Chrome extension developed by https://codassium.com, and its main feature is "Enables screensharing for Codassium".
Extension Screenshots
Download Codassium Screensharing Extension CRX File
Download Codassium 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
This extension adds screensharing functionality to Codassium. See: https://codassium.com
Extension Basic Information
Name | |
ID | aehpbllmmckgkcpdipcpffccjlmiiaog |
Official URL | https://chrome.google.com/webstore/detail/codassium-screensharing/aehpbllmmckgkcpdipcpffccjlmiiaog |
Description | Enables screensharing for Codassium |
File Size | 5.74 KB |
Installation Count | 13 |
Current Version | 0.1.1 |
Last Updated | 2014-12-06 |
Publish Date | 2014-12-06 |
Developer | https://codassium.com |
[email protected] | |
Payment Type | free |
Extension Website | https://codassium.com |
Help Page URL | https://codassium.com/contact |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Codassium Screensharing", "description": "Enables screensharing for Codassium", "version": "0.1.1", "manifest_version": 2, "minimum_chrome_version": "34", "icons": { "48": "codassium_48.png", "128": "codassium_128.png" }, "permissions": [ "desktopCapture" ], "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/codassium.devlocal\/*", "https:\/\/codassium.com\/*" ] } ] } |