WebinarJam Screen Sharing
This Chrome extension is developed for https://www.webinarjam.com. It doesn't do anything except capture content of your screen.
Hvad er WebinarJam Screen Sharing?
WebinarJam Screen Sharing er en Chrome-udvidelse udviklet af https://dev.webinarjam.com, og dens hovedfunktion er "This Chrome extension is developed for https://www.webinarjam.com. It doesn't do anything except capture content of your screen.".
Udvidelsesskærmbilleder
Download WebinarJam Screen Sharing-udvidelses-CRX-fil
Download WebinarJam Screen Sharing-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Allows WebinarJam presenters to screen share their desktop to their viewers
Grundlæggende oplysninger om udvidelsen
Navn | WebinarJam Screen Sharing |
ID | fjcagflhkmbkecgddkjblhkadbplhfan |
Officiel URL | https://chromewebstore.google.com/detail/webinarjam-screen-sharing/fjcagflhkmbkecgddkjblhkadbplhfan |
Beskrivelse | This Chrome extension is developed for https://www.webinarjam.com. It doesn't do anything except capture content of your screen. |
Filstørrelse | 28.84 KB |
Antal Installationer | 1,104 |
Nuværende Version | 2.1 |
Senest Opdateret | 2016-05-13 |
Udgivelsesdato | 2016-05-13 |
Udvikler | https://dev.webinarjam.com |
Betalingsmetode | free |
Udvidelseswebsted | https://dev.webinarjam.com |
Hjælpeside-URL | https://dev.webinarjam.com |
Understøttede Sprog | 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" ] } |