Videozen: Screen and Camera Recorder

Webcam and Screen recording extension by Proshort Inc

Co to jest Videozen: Screen and Camera Recorder?

Videozen: Screen and Camera Recorder to rozszerzenie Chrome opracowane przez https://videozen.ai, a jego główną funkcją jest „Webcam and Screen recording extension by Proshort Inc”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Videozen: Screen and Camera Recorder

Pobierz pliki rozszerzeń Videozen: Screen and Camera Recorder w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Videozen: Screen and Camera Recorder Videozen: Screen and Camera Recorder
ID fcekgnhgieggcbldnoicmempgknfolbc
Oficjalny URL https://chromewebstore.google.com/detail/videozen-screen-and-camer/fcekgnhgieggcbldnoicmempgknfolbc
Opis Webcam and Screen recording extension by Proshort Inc
Rozmiar pliku 265 KB
Liczba instalacji 2,000
Aktualna Wersja 0.0.0.36
Ostatnia Aktualizacja 2023-12-28
Data Publikacji 2023-03-27
Ocena 5.00/5 Łącznie 14 Oceny
Deweloper https://videozen.ai
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://videozen.ai
Adres URL Strony Pomocy https://videozen.ai
Adres URL Strony Polityki Prywatności https://videozen.ai/privacy-and-terms
Obsługiwane Języki 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\/*"
        ]
    }
}