UAB Screen Caster
Capture screens for UAB meeting applications.
What is UAB Screen Caster?
UAB Screen Caster is a Chrome extension developed by Ivme Tech, and its main feature is "Capture screens for UAB meeting applications.".
Extension Screenshots
Download UAB Screen Caster Extension CRX File
Download UAB 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 | UAB Screen Caster |
ID | eneifkmebccnmlbepgfgljoheojcnboa |
Official URL | https://chromewebstore.google.com/detail/uab-screen-caster/eneifkmebccnmlbepgfgljoheojcnboa |
Description | Capture screens for UAB meeting applications. |
File Size | 21.26 KB |
Installation Count | 52 |
Current Version | 1.0.7 |
Last Updated | 2019-03-11 |
Publish Date | 2019-03-11 |
Developer | Ivme Tech |
[email protected] | |
Payment Type | free |
Supported Languages | tr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "UAB Screen Caster", "short_name": "Ivme Tech UAB", "author": "Ivme Tech", "version": "1.0.7", "manifest_version": 2, "minimum_chrome_version": "34", "description": "Capture screens for UAB 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:\/\/konferans.uab.gov.tr\/*" ] } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon16.png" ] } |