WebinarJam Screen Sharing
This Chrome extension is developed for https://www.webinarjam.com. It doesn't do anything except capture content of your screen.
Was ist WebinarJam Screen Sharing?
WebinarJam Screen Sharing ist eine Chrome-Erweiterung, die von https://dev.webinarjam.com entwickelt wurde, und ihr Hauptmerkmal ist "This Chrome extension is developed for https://www.webinarjam.com. It doesn't do anything except capture content of your screen.".
Erweiterungsscreenshots
WebinarJam Screen Sharing-Erweiterungs-CRX-Datei herunterladen
Laden Sie WebinarJam Screen Sharing-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Allows WebinarJam presenters to screen share their desktop to their viewers Grundlegende Informationen zur Erweiterung
| Name | |
| ID | fjcagflhkmbkecgddkjblhkadbplhfan |
| Offizielle URL | https://chromewebstore.google.com/detail/webinarjam-screen-sharing/fjcagflhkmbkecgddkjblhkadbplhfan |
| Beschreibung | This Chrome extension is developed for https://www.webinarjam.com. It doesn't do anything except capture content of your screen. |
| Dateigröße | 28.84 KB |
| Installationsanzahl | 1,104 |
| Aktuelle Version | 2.1 |
| Letztes Update | 2016-05-13 |
| Veröffentlichungsdatum | 2016-05-13 |
| Entwickler | https://dev.webinarjam.com |
| Zahlungsart | free |
| Erweiterungswebsite | https://dev.webinarjam.com |
| Hilfeseite URL | https://dev.webinarjam.com |
| Unterstützte Sprachen | 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"
]
} | |