Videozen: Screen and Camera Recorder

Webcam and Screen recording extension by Proshort Inc

O que é Videozen: Screen and Camera Recorder?

Videozen: Screen and Camera Recorder é uma extensão do Chrome desenvolvida por https://videozen.ai, e sua principal característica é "Webcam and Screen recording extension by Proshort Inc".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Videozen: Screen and Camera Recorder

Baixe arquivos de extensão Videozen: Screen and Camera Recorder no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Videozen: Screen and Camera Recorder Videozen: Screen and Camera Recorder
ID fcekgnhgieggcbldnoicmempgknfolbc
URL Oficial https://chromewebstore.google.com/detail/videozen-screen-and-camer/fcekgnhgieggcbldnoicmempgknfolbc
Descrição Webcam and Screen recording extension by Proshort Inc
Tamanho do Arquivo 265 KB
Contagem de Instalações 2,000
Versão Atual 0.0.0.36
Última Atualização 2023-12-28
Data de Publicação 2023-03-27
Classificação 5.00/5 Total de 14 Avaliações
Desenvolvedor https://videozen.ai
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://videozen.ai
URL da Página de Ajuda https://videozen.ai
URL da Página de Política de Privacidade https://videozen.ai/privacy-and-terms
Idiomas Suportados 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\/*"
        ]
    }
}