Presentations2Go - Screen Cast Recorder
Screencast recorder
Presentations2Go - Screen Cast Recorder क्या है?
Presentations2Go - Screen Cast Recorder https://www.presentations2go.eu द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Screencast recorder"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Presentations2Go - Screen Cast Recorder एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Launch Presentations2Go Screencast recorder from your Chrome browser! With just one click to launch from your Chrome Browser, you can create screencasts and videos with Presentations2Go. It’s fast, free and easy to use! Capture your screen, add a webcam and start recording. Easy Recording Launch the screen recorder through your web browser and record your entire desktop, web browser and/or webcam to create high-quality videos. As a free user, you have an unlimited recording time per video. Save and Share It’s easy to save and share your videos. -Save and manage your video files on your computer or host on Presentations2Go. -Publish and share directly to your favorite cloud service What you can do with Presentations2Go Education: Students can record video-assignments and tasks. Educators can use Presentations2Go for flipped and blended learning, create video tutorials and lessons, record lectures and more! Business: Use Presentations2Go for training videos, create how to's, presentations, demos, etc. Presentations2Go makes it easy for businesses to create videos, manage content and share with your team. For Everyone The Presentations2Go screencast-recorder is a simple tool to record your screen and webcam. Great for vloggers, gamers, YouTube channel owners and many others. Features: Desktop, browser tab and webcam capture Side by Side capture of desktop and webcam Audio capture Unlimited recording time Unlimited number of videos Customize your resolution No watermark
एक्सटेंशन की मूल जानकारी
नाम | Presentations2Go - Screen Cast Recorder |
ID | mhfnbdpkbjjidncjoapecfbedblplacn |
आधिकारिक URL | https://chromewebstore.google.com/detail/presentations2go-screen-c/mhfnbdpkbjjidncjoapecfbedblplacn |
विवरण | Screencast recorder |
फ़ाइल का आकार | 643 KB |
स्थापना संख्या | 1,276 |
वर्तमान संस्करण | 1.0.1 |
अंतिम अपडेट | 2021-03-19 |
प्रकाशन तिथि | 2020-04-16 |
रेटिंग | 3.33/5 कुल 6 रेटिंग्स |
डेवलपर | https://www.presentations2go.eu |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
सहायता पृष्ठ URL | https://help.presentations2go.eu/app/Screencastrecorder.html |
गोपनीयता नीति पृष्ठ URL | https://www.presentations2go.eu/privacy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Presentations2Go - Screen Cast Recorder", "short_name": "Presentations2Go", "description": "Screencast recorder", "version": "1.0.1", "background": { "scripts": [ "event.js" ], "persistent": false }, "browser_action": { "default_title": "Presentations2Go", "default_popup": "popup.html", "default_icon": { "16": "iconpreso2gologo.png" } }, "content_scripts": [ { "matches": [ "https:\/\/*\/p2g\/*" ], "js": [ "content.js" ] } ], "options_page": "app.html#", "permissions": [ "desktopCapture", "notifications", "unlimitedStorage", " |