Elucidate - Present via Webcam
Chrome Extension for overlaying your webcam on any webpage - ideal for screensharing, presentations and video calls!
Elucidate - Present via Webcam क्या है?
Elucidate - Present via Webcam https://educ.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Chrome Extension for overlaying your webcam on any webpage - ideal for screensharing, presentations and video calls!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Elucidate - Present via Webcam एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | Elucidate - Present via Webcam |
ID | lgdgohehlhieiobnehhoamknccoenjhn |
आधिकारिक URL | https://chromewebstore.google.com/detail/elucidate-present-via-web/lgdgohehlhieiobnehhoamknccoenjhn |
विवरण | Chrome Extension for overlaying your webcam on any webpage - ideal for screensharing, presentations and video calls! |
फ़ाइल का आकार | 176 KB |
स्थापना संख्या | 176 |
वर्तमान संस्करण | 1.1.0 |
अंतिम अपडेट | 2021-01-14 |
प्रकाशन तिथि | 2021-01-09 |
डेवलपर | https://educ.io |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://educ.io/extensions/elucidate |
सहायता पृष्ठ URL | https://educ.io/extensions/elucidate |
गोपनीयता नीति पृष्ठ URL | https://educ.io/about?highlight=privacy |
समर्थित भाषाएँ | 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'" } |