Elucidate - Present via Webcam
Chrome Extension for overlaying your webcam on any webpage - ideal for screensharing, presentations and video calls!
Hvad er Elucidate - Present via Webcam?
Elucidate - Present via Webcam er en Chrome-udvidelse udviklet af https://educ.io, og dens hovedfunktion er "Chrome Extension for overlaying your webcam on any webpage - ideal for screensharing, presentations and video calls!".
Udvidelsesskærmbilleder
Download Elucidate - Present via Webcam-udvidelses-CRX-fil
Download Elucidate - Present via Webcam-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
An indispensable Chrome browser extension which allows you to overlay your webcam on pretty much any web-page! Ideal if you are using a video calling system like Google Meet - this extension allows you to show your webcam view when presenting your screen, including when using Google slides. Simply click the extension icon to add a camera to the screen. Move this webcam view around and resize it to get the perfect position to help communicate with your viewers, students or colleagues better. This extension runs completely locally, does not require any special permissions and will never, ever, ever capture or store your data.
Grundlæggende oplysninger om udvidelsen
Navn | Elucidate - Present via Webcam |
ID | lgdgohehlhieiobnehhoamknccoenjhn |
Officiel URL | https://chromewebstore.google.com/detail/elucidate-present-via-web/lgdgohehlhieiobnehhoamknccoenjhn |
Beskrivelse | Chrome Extension for overlaying your webcam on any webpage - ideal for screensharing, presentations and video calls! |
Filstørrelse | 176 KB |
Antal Installationer | 176 |
Nuværende Version | 1.1.0 |
Senest Opdateret | 2021-01-14 |
Udgivelsesdato | 2021-01-09 |
Udvikler | https://educ.io |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://educ.io/extensions/elucidate |
Hjælpeside-URL | https://educ.io/extensions/elucidate |
URL til Fortrolighedspolitik Side | https://educ.io/about?highlight=privacy |
Understøttede Sprog | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "minimum_chrome_version": "45", "name": "__MSG_extensionName__", "short_name": "__MSG_extensionShortName__", "description": "__MSG_extensionDescription__", "default_locale": "en", "version": "1.1.0", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_title": "Elucidate", "default_icon": "icons\/icon16.png", "default_popup": "pages\/settings.html" }, "permissions": [ "activeTab" ], "commands": { "_execute_browser_action": { "suggested_key": { "windows": "Ctrl+Shift+E", "mac": "Command+Shift+E", "chromeos": "Ctrl+Shift+E", "linux": "Ctrl+Shift+E" } } }, "content_security_policy": "script-src 'self'; object-src 'self'" } |