Ivme Tech Screen Caster
Capture screens for Ivme Tech meeting applications.
What is Ivme Tech Screen Caster?
Ivme Tech Screen Caster is a Chrome extension developed by https://ivme.video, and its main feature is "Capture screens for Ivme Tech meeting applications.".
Extension Screenshots
Download Ivme Tech Screen Caster Extension CRX File
Download Ivme Tech Screen Caster 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 is used by Ivme Tech meeting applications to share meeting participants' screens.
Extension Basic Information
Name | Ivme Tech Screen Caster |
ID | abdengajknekjcnibjbgagdfbapbaabk |
Official URL | https://chromewebstore.google.com/detail/ivme-tech-screen-caster/abdengajknekjcnibjbgagdfbapbaabk |
Description | Capture screens for Ivme Tech meeting applications. |
File Size | 21.25 KB |
Installation Count | 181 |
Current Version | 1.0.5 |
Last Updated | 2018-11-09 |
Publish Date | 2018-11-09 |
Developer | https://ivme.video |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Ivme Tech Screen Caster", "short_name": "Ivme Tech", "author": "Ivme Tech", "version": "1.0.5", "manifest_version": 2, "minimum_chrome_version": "34", "description": "Capture screens for Ivme Tech meeting applications.", "homepage_url": "https:\/\/www.ivmetech.com\/", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "content_scripts": [ { "js": [ "content-script.js" ], "all_frames": true, "run_at": "document_end", "matches": [ "https:\/\/ivme.video\/*" ] } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon16.png" ] } |