Presentations2Go - Screen Cast Recorder

Screencast recorder

Presentations2Go - Screen Cast Recorder là gì?

Presentations2Go - Screen Cast Recorder là một tiện ích mở rộng Chrome được phát triển bởi https://www.presentations2go.eu, và tính năng chính của nó là "Screencast recorder".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Presentations2Go - Screen Cast Recorder

Tải xuống các tệp mở rộng Presentations2Go - Screen Cast Recorder dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Presentations2Go - Screen Cast Recorder Presentations2Go - Screen Cast Recorder
ID mhfnbdpkbjjidncjoapecfbedblplacn
URL Chính Thức https://chromewebstore.google.com/detail/presentations2go-screen-c/mhfnbdpkbjjidncjoapecfbedblplacn
Mô tả Screencast recorder
Kích Thước Tệp 643 KB
Số Lần Cài Đặt 1,276
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2021-03-19
Ngày Phát Hành 2020-04-16
Đánh Giá 3.33/5 Tổng số 6 Đánh Giá
Nhà Phát Triển https://www.presentations2go.eu
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://help.presentations2go.eu/app/Screencastrecorder.html
URL Trang Chính Sách Bảo Mật https://www.presentations2go.eu/privacy
Ngôn Ngữ Được Hỗ Trợ 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",
        ""
    ],
    "icons": {
        "16": "iconpreso2gologo.png",
        "48": "iconpreso2gologo.png",
        "128": "iconpreso2gologo.png"
    },
    "content_security_policy": "script-src 'self' blob: filesystem: https:\/\/*.fak.dk https:\/\/login.eduid.nl https:\/\/www.onegini.me https:\/\/*.surfconext.nl https:\/\/*.presentations2go.eu https:\/\/*.rug.nl https:\/\/*.han.nl https:\/\/*.nhlstenden.com https:\/\/*.wur.nl https:\/\/*.viaa.nl https:\/\/*.kdg.be https:\/\/*.uni-hohenheim.de https:\/\/*.karakter.com; object-src 'self'"
}