Codeda Screen Sharing
Screen Sharing for codeda.com.
What is Codeda Screen Sharing?
Codeda Screen Sharing is a Chrome extension developed by https://www.codeda.com, and its main feature is "Screen Sharing for codeda.com.".
Extension Screenshots
Download Codeda Screen Sharing Extension CRX File
Download Codeda Screen Sharing 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
A basic screen sharing extension for the future webinar provider system.
Extension Basic Information
Name | Codeda Screen Sharing |
ID | hddjiolhkfkmefgibgbnknojngnpgmec |
Official URL | https://chromewebstore.google.com/detail/codeda-screen-sharing/hddjiolhkfkmefgibgbnknojngnpgmec |
Description | Screen Sharing for codeda.com. |
File Size | 7.97 KB |
Installation Count | 8,959 |
Current Version | 1.5 |
Last Updated | 2019-01-21 |
Publish Date | 2019-01-21 |
Rating | 4.33/5 Total 6 Ratings |
Developer | https://www.codeda.com |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Codeda Screen Sharing", "author": "Codeda", "version": "1.5", "manifest_version": 2, "minimum_chrome_version": "34", "description": "Screen Sharing for codeda.com.", "homepage_url": "https:\/\/codeda.com", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "externally_connectable": { "matches": [ "https:\/\/codeda.com\/*", "https:\/\/*.codeda.com\/*", "*:\/\/localhost\/*", "https:\/\/*.webinarhd.com\/*", "*:\/\/127.0.0.1\/*" ] }, "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "logo48.png" ] } |