Videozen: Screen and Camera Recorder

Webcam and Screen recording extension by Proshort Inc

Wat is Videozen: Screen and Camera Recorder?

Videozen: Screen and Camera Recorder is een Chrome-extensie ontwikkeld door https://videozen.ai, en de belangrijkste functie is "Webcam and Screen recording extension by Proshort Inc".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Videozen: Screen and Camera Recorder

Download Videozen: Screen and Camera Recorder-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Videozen: Screen and Camera Recorder Videozen: Screen and Camera Recorder
ID fcekgnhgieggcbldnoicmempgknfolbc
Officiële URL https://chromewebstore.google.com/detail/videozen-screen-and-camer/fcekgnhgieggcbldnoicmempgknfolbc
Beschrijving Webcam and Screen recording extension by Proshort Inc
Bestandsgrootte 265 KB
Aantal Installaties 2,000
Huidige Versie 0.0.0.36
Laatst Bijgewerkt 2023-12-28
Publicatiedatum 2023-03-27
Beoordeling 5.00/5 Totaal 14 Beoordelingen
Ontwikkelaar https://videozen.ai
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://videozen.ai
Help Pagina-URL https://videozen.ai
URL van de Privacybeleid Pagina https://videozen.ai/privacy-and-terms
Ondersteunde Talen 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\/*"
        ]
    }
}