WebinarJam Screen Sharing
This Chrome extension is developed for https://www.webinarjam.com. It doesn't do anything except capture content of your screen.
Wat is WebinarJam Screen Sharing?
WebinarJam Screen Sharing is een Chrome-extensie ontwikkeld door https://dev.webinarjam.com, en de belangrijkste functie is "This Chrome extension is developed for https://www.webinarjam.com. It doesn't do anything except capture content of your screen.".
Extensie Screenshots
Download het CRX-bestand van de extensie WebinarJam Screen Sharing
Download WebinarJam Screen Sharing-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Allows WebinarJam presenters to screen share their desktop to their viewers
Basisinformatie over de Extensie
Naam | WebinarJam Screen Sharing |
ID | fjcagflhkmbkecgddkjblhkadbplhfan |
Officiële URL | https://chromewebstore.google.com/detail/webinarjam-screen-sharing/fjcagflhkmbkecgddkjblhkadbplhfan |
Beschrijving | This Chrome extension is developed for https://www.webinarjam.com. It doesn't do anything except capture content of your screen. |
Bestandsgrootte | 28.84 KB |
Aantal Installaties | 1,104 |
Huidige Versie | 2.1 |
Laatst Bijgewerkt | 2016-05-13 |
Publicatiedatum | 2016-05-13 |
Ontwikkelaar | https://dev.webinarjam.com |
Betalingswijze | free |
Extensiewebsite | https://dev.webinarjam.com |
Help Pagina-URL | https://dev.webinarjam.com |
Ondersteunde Talen | 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" ] } |