Streye Share Screen
Capture full-screen or specific application's screen on Streye Enterprise App
What is Streye Share Screen?
Streye Share Screen is a Chrome extension developed by Streye, and its main feature is "Capture full-screen or specific application's screen on Streye Enterprise App".
Extension Screenshots
Download Streye Share Screen Extension CRX File
Download Streye Share Screen 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 that allows share screen on Streye Enterprise
Extension Basic Information
Name | Streye Share Screen |
ID | gjhegehdlknldoomoahpohapckgfogcd |
Official URL | https://chromewebstore.google.com/detail/streye-share-screen/gjhegehdlknldoomoahpohapckgfogcd |
Description | Capture full-screen or specific application's screen on Streye Enterprise App |
File Size | 7.23 KB |
Installation Count | 20 |
Current Version | 2.2 |
Last Updated | 2018-03-13 |
Publish Date | 2018-03-13 |
Developer | Streye |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Streye Share Screen", "author": "Streye", "version": "2.2", "manifest_version": 2, "minimum_chrome_version": "34", "description": "Capture full-screen or specific application's screen on Streye Enterprise App", "homepage_url": "https:\/\/www.streye.com", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "content_scripts": [ { "js": [ "content-script.js" ], "all_frames": true, "run_at": "document_end", "matches": [ "https:\/\/webapp-dev.streye.com\/*", "https:\/\/webapp-pre.streye.com\/*", "https:\/\/webapp.streye.com\/*" ] } ], "icons": { "48": "icon.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ] } |