RemoteEye Screensharing
Chrome extension to enable Screen sharing on RemoteEye.
What is RemoteEye Screensharing?
RemoteEye Screensharing is a Chrome extension developed by https://app.remoteeye.com, and its main feature is "Chrome extension to enable Screen sharing on RemoteEye.".
Extension Screenshots
Download RemoteEye Screensharing Extension CRX File
Download RemoteEye 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
Chrome extension to enable Screen sharing on RemoteEye.
Extension Basic Information
Name | |
ID | hfceddghiillmnhcbpenkhofgpkdonbl |
Official URL | https://chromewebstore.google.com/detail/remoteeye-screensharing/hfceddghiillmnhcbpenkhofgpkdonbl |
Description | Chrome extension to enable Screen sharing on RemoteEye. |
File Size | 34.16 KB |
Installation Count | 81 |
Current Version | 3.0 |
Last Updated | 2017-09-14 |
Publish Date | 2017-09-14 |
Developer | https://app.remoteeye.com |
[email protected] | |
Payment Type | free |
Extension Website | http://www.remoteeye.com |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "RemoteEye Screensharing", "author": "RemoteEye", "version": "3.0", "manifest_version": 2, "minimum_chrome_version": "34", "description": "Chrome extension to enable Screen sharing on RemoteEye.", "homepage_url": "http:\/\/www.remoteeye.com\/", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "externally_connectable": { "matches": [ "https:\/\/*.app.remoteeye.com\/*" ] }, "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ] } |