Videozen: Screen and Camera Recorder

Webcam and Screen recording extension by Proshort Inc

什么是Videozen: Screen and Camera Recorder?

Videozen: Screen and Camera Recorder是由https://videozen.ai开发的Chrome扩展程序,该扩展的主要功能是“Webcam and Screen recording extension by Proshort Inc”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Videozen: Screen and Camera Recorder扩展crx文件

下载Videozen: Screen and Camera Recorder扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Record your screen and camera in custom mode(landscape, portrait and more) like never before! VideoZen’s screen and camera recording makes idea sharing or asynchronous communication/feedback easy and fun.

With VideoZen you can record your screen and instantly get a link to share with anyone. It’s the fastest and easiest way to screen capture and stay connected with your team. Whether you’re screen recording your meetings, a product demo, giving feedback, or simply sharing your thoughts, VideoZen makes it simple to stay in the loop with async video. 

KEY FEATURES 

🎥 Record 
▸ Record your Desktop screen, current Tab or Camera only in HD resolution 
▸ Include your voice in recording with Microphone option on or internal audio
▸ Record videos in any format/aspect ratio (portrait/landscape/square)

💾 Save 
▸ Save recordings to local disk 
▸ Save recordings to your online account 
▸ Download recordings anytime in MP4 format

🚀 Share Recordings 
▸ Automatically save videos to the cloud and share them instantly with a link 
▸ Easily share a recording video to Jira, Slack, GitHub and what not!

✂️ Edit
▸ Edit your videos after recording with our inbuilt video editing capabilities


KEY FEATURES 

🕵️‍♂️ Remote Collaboration
▸ Record virtual meetings and discussions for future reference, ensuring no crucial details are missed

💼 Training Manuals
▸ Develop comprehensive training materials by blending screen recordings with camera explanations, facilitating employee onboarding

📣 Sales Pitches
▸ Create compelling sales pitches by combining screen recordings with personalized camera messages, enhancing client engagement

🛠️ Technical Support
▸ Record troubleshooting sessions to guide clients through complex software or technical issues effectively

🎨 Design Walkthroughs
▸ Record your creative process, unveiling design insights while showcasing your artistic journey

✨ Software Reviews
▸ Review applications and software by capturing real-time interactions, adding authenticity to your content

🌐 Website Tours
▸ Record guided tours of websites or apps, highlighting features and benefits for your audience

ABOUT VIDEOZEN

VideoZen is the most complete video creation and editing platform powered by generative AI and ChatGPT. Our key features are screen and camera recording, converting text, url or idea into video and automatically identifying relevant shorts from long videos.


CONTACT US

📧If you have any questions, suggestions or feature requests, feel free to send a message to [email protected] anytime. Let us know your thoughts! Thank you.                    

扩展基本信息

名称 Videozen: Screen and Camera Recorder Videozen: Screen and Camera Recorder
ID fcekgnhgieggcbldnoicmempgknfolbc
官方URL https://chromewebstore.google.com/detail/videozen-screen-and-camer/fcekgnhgieggcbldnoicmempgknfolbc
简介 Webcam and Screen recording extension by Proshort Inc
文件大小 265 KB
安装次数 2,000
当前版本 0.0.0.36
更新时间 2023-12-28
上架时间 2023-03-27
评分 5.00/5 共14次评分
开发者 https://videozen.ai
电子邮箱 [email protected]
付费类型 free
扩展官网 https://videozen.ai
帮助页面URL https://videozen.ai
隐私政策页面URL https://videozen.ai/privacy-and-terms
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Videozen: Screen and Camera Recorder",
    "manifest_version": 3,
    "description": "Webcam and Screen recording extension by Proshort Inc",
    "action": {
        "default_icon": {
            "16": "assets\/icons\/logo.png",
            "24": "assets\/icons\/logo.png",
            "32": "assets\/icons\/logo.png",
            "64": "assets\/icons\/logo.png",
            "48": "assets\/icons\/logo.png"
        },
        "default_title": "A video and screen recording extension"
    },
    "icons": {
        "16": "assets\/icons\/logo.png",
        "24": "assets\/icons\/logo.png",
        "32": "assets\/icons\/logo.png",
        "64": "assets\/icons\/logo.png",
        "48": "assets\/icons\/logo.png"
    },
    "version": "0.0.0.36",
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "permissions": [
        "tabs",
        "storage",
        "activeTab",
        "",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js",
                "loginContent.js",
                "componentsContent.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "html\/controls.html",
                "html\/recordingAreaPanel.html",
                "html\/previewLoader.html",
                "html\/popup.html",
                "html\/camera.html",
                "html\/deleteModal.html",
                "assets\/audio\/notification.mp3",
                "assets\/icons\/redClose.svg",
                "assets\/icons\/horizontalMenu.svg",
                "assets\/icons\/horizontalMenuDark.svg",
                "assets\/icons\/close.svg",
                "assets\/icons\/logoRecording.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "http:\/\/*.localhost\/*",
            "https:\/\/*.videozen.ai\/*",
            "http:\/\/*.staging.videozen.ai\/*",
            "http:\/\/*.create.videozen.ai\/*",
            "https:\/\/*.test-enterprise-webapp-dtomz6qlaa-ue.a.run.app\/*"
        ]
    }
}