WebinarJam Screen Sharing
This Chrome extension is developed for https://www.webinarjam.com. It doesn't do anything except capture content of your screen.
¿Qué es WebinarJam Screen Sharing?
WebinarJam Screen Sharing es una extensión de Chrome desarrollada por https://dev.webinarjam.com, y su función principal es "This Chrome extension is developed for https://www.webinarjam.com. It doesn't do anything except capture content of your screen.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión WebinarJam Screen Sharing
Descarga archivos de extensión WebinarJam Screen Sharing en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
Allows WebinarJam presenters to screen share their desktop to their viewers
Información Básica de la Extensión
Nombre | WebinarJam Screen Sharing |
ID | fjcagflhkmbkecgddkjblhkadbplhfan |
URL Oficial | https://chromewebstore.google.com/detail/webinarjam-screen-sharing/fjcagflhkmbkecgddkjblhkadbplhfan |
Descripción | This Chrome extension is developed for https://www.webinarjam.com. It doesn't do anything except capture content of your screen. |
Tamaño del Archivo | 28.84 KB |
Cantidad de Instalaciones | 1,104 |
Versión Actual | 2.1 |
Última Actualización | 2016-05-13 |
Fecha de Publicación | 2016-05-13 |
Desarrollador | https://dev.webinarjam.com |
Tipo de Pago | free |
Sitio Web de la Extensión | https://dev.webinarjam.com |
URL de la Página de Ayuda | https://dev.webinarjam.com |
Idiomas Soportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WebinarJam Screen Sharing", "author": "Genesis Digital, LLC", "version": "2.1", "manifest_version": 2, "minimum_chrome_version": "34", "description": "This Chrome extension is developed for https:\/\/www.webinarjam.com. It doesn't do anything except capture content of your screen.", "homepage_url": "https:\/\/www.webinarjam.com\/", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "externally_connectable": { "matches": [ "*:\/\/*.webinarjam.com\/*" ] }, "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ] } |