UNAM WebRTC Screen Share Extension
UNAM WebRTC Screen Share Extension
What is UNAM WebRTC Screen Share Extension?
UNAM WebRTC Screen Share Extension is a Chrome extension developed by https://unam.mx, and its main feature is "UNAM WebRTC Screen Share Extension".
Extension Screenshots
Download UNAM WebRTC Screen Share Extension Extension CRX File
Download UNAM WebRTC Screen Share Extension 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
Extensión para compartir contenido en la Universidad Nacional Autónoma de México para el servicio de Nano en sitio. Comparte tu pantalla y/o contenido cuando estas conectado a la sala virtual de conferencias.
Extension Basic Information
Name | UNAM WebRTC Screen Share Extension |
ID | aoojkddnbbiahdegadpopikmpfggnipo |
Official URL | https://chromewebstore.google.com/detail/unam-webrtc-screen-share/aoojkddnbbiahdegadpopikmpfggnipo |
Description | UNAM WebRTC Screen Share Extension |
File Size | 35.35 KB |
Installation Count | 48 |
Current Version | 0.1.4 |
Last Updated | 2018-04-13 |
Publish Date | 2018-04-13 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://unam.mx |
Payment Type | free |
Supported Languages | es-419 |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "UNAM WebRTC Screen Share Extension", "description": "UNAM WebRTC Screen Share Extension", "short_name": "UNAM Screen Share", "version": "0.1.4", "manifest_version": 2, "minimum_chrome_version": "34", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "desktopCapture" ], "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/*.unam.mx\/*" ], "all_frames": true } ], "externally_connectable": { "matches": [ "https:\/\/*.unam.mx\/*" ], "all_frames": true } } |