CCR EasyConnect Screen Sharing
Screen sharing extension for an WebRTC Application. Based on https://github.com/muaz-khan/Chrome-Extensions/
What is CCR EasyConnect Screen Sharing?
CCR EasyConnect Screen Sharing is a Chrome extension developed by CCR Danismanlik A.S., and its main feature is "Screen sharing extension for an WebRTC Application. Based on https://github.com/muaz-khan/Chrome-Extensions/".
Download CCR EasyConnect Screen Sharing Extension CRX File
Download CCR EasyConnect 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
Extension Basic Information
Name | CCR EasyConnect Screen Sharing |
ID | ohhhhjaifmehnkcoipjlmdplakadfdge |
Official URL | https://chromewebstore.google.com/detail/ccr-easyconnect-screen-sh/ohhhhjaifmehnkcoipjlmdplakadfdge |
Description | Screen sharing extension for an WebRTC Application. Based on https://github.com/muaz-khan/Chrome-Extensions/ |
File Size | 15.23 KB |
Installation Count | 33 |
Current Version | 1.2 |
Last Updated | 2017-02-08 |
Publish Date | 2017-02-08 |
Developer | CCR Danismanlik A.S. |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CCR EasyConnect Screen Sharing", "short_name": "Screen Sharing", "author": "CCR EasyConnect", "description": "Screen sharing extension for an WebRTC Application. Based on https:\/\/github.com\/muaz-khan\/Chrome-Extensions\/", "version": "1.2", "manifest_version": 2, "minimum_chrome_version": "45", "homepage_url": "https:\/\/chat.ccr.com.tr\/", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "content_scripts": [ { "js": [ "content-script.js" ], "all_frames": true, "run_at": "document_end", "matches": [ "https:\/\/chat.ccr.com.tr:441\/*", "https:\/\/chat.ccr.com.tr\/*" ] } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon128.png" ] } |