Screen & Webcam recorder - Flonnect

Allows Screen Recording from your Webcam and Desktop

什么是Screen & Webcam recorder - Flonnect?

Screen & Webcam recorder - Flonnect是由https://flonnect.com开发的Chrome扩展程序,该扩展的主要功能是“Allows Screen Recording from your Webcam and Desktop”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Screen & Webcam recorder - Flonnect扩展crx文件

下载Screen & Webcam recorder - Flonnect扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Record your screen or camera along with your audio. This extension supports all types of screen recordings for free with unlimited usage. 
✅Free to Use
✅No Watermark
✅No Lag screen recording
✅Unlimited Usage
✅Includes audio recording with Webcam
✅Easy to share the video link with teammate 
✅Annotate video while recording

Note: Please update your browser to the latest version and grant the permissions to record your screen and audio.

Install the Screen recorder chrome extension to capture screen video. It offers multi features such as 
>>Simple Screen Recorder
>>Reaction camera or webcam recorder
>>Screen & Webcam recorder (With Picture in Picture Display)

Here is how to use Screen Recorder Extension:
>> Click on the Extension icon
>> Then select one of the 3 options of screen recording
>> You can choose to record audio or disable it
>> Grant the permission to record your screen and mic options
>> Tap on the record button and it will start the recording
>> Later download the file or view the recording it in the active tab

Supported Screen Recorder types:
✅Entire Full Screen of Desktop
✅ Single Tab
✅ Active browser

Special gratitude to roOt_d3viL for continuous testing the product.


The Screen Recorder Extension is ideal for professionals, educators, and anyone needing a reliable tool for capturing screen content. With added benefits like quality control settings, multi-part uploads for faster video handling, and features like trimming and transcription, your screen recording experience is elevated to new heights.

Perfect for tutorials, presentations, or just sharing ideas, the Screen Recorder Extension is your go-to tool for all screen capture needs. Install now to revolutionize the way you record and share content!

What’s New in the Latest Versions:

• Version 7.3.5-7.3.7: Added one click integration with gmail and gmeet.
• Version 7.3.0-7.3.5: Increase performance of video uploading api.
• Version 7.2.2: UI/UX enhancements for a more intuitive experience.
• Version 7.2.1: Resolved bugs for a smoother operation.
• Version 7.2.0: Introduction of the VP9 codec, ensuring high-quality 1080p video recordings.
• Version 7.1.3 - 7.1.1: Fixes for downloading and uploading issues, along with video compression for smaller file sizes and Mac-specific bug resolutions.
• Version 7.1.0: Major UI/UX overhaul, workspace features, and collaborative functions.
• Version 7.0.0 - 7.0.4: From movable camera features to annotation tools and bug fixes – a  series of updates to refine your recording experience.
• Version 6.0.0: Auto-upload and video redirection enhancements for a more efficient workflow.
• Version 5.2.0 - 5.1.1: Offline storage for recent videos, multi-part uploads for increased speed, and auto-generated thumbnails for a better library overview.
• Version 4.1.0 - 4.1.3: Crucial bug fixes in screen recorder functionality and multiple video uploads.
• Version 3.1.1 - 3.0.0: Quality control options and link generation for easy video sharing.
• Version 2.0.1 - 2.0.3: UI/UX improvements and chrome tab audio capture options.
• Version 1.0.2 - 0.0.1: Foundational features including webcam recording, improved UX, multi-language support, and initial bug fixes.


Make your virtual communication as efficient and effective as possible. Get the Screen Recorder  Extension today and transform your screen captures into powerful tools of engagement.                    

扩展基本信息

名称 Screen & Webcam recorder - Flonnect Screen & Webcam recorder - Flonnect
ID lkeokcighogdliiajgbbdjibidaaeang
官方URL https://chromewebstore.google.com/detail/screen-webcam-recorder-fl/lkeokcighogdliiajgbbdjibidaaeang
简介 Allows Screen Recording from your Webcam and Desktop
文件大小 770 KB
安装次数 213,124
当前版本 7.3.6
更新时间 2024-02-15
上架时间 2021-09-30
评分 4.70/5 共1259次评分
开发者 https://flonnect.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://flonnect.com/
帮助页面URL https://flonnect.com/feedback/
隐私政策页面URL https://flonnect.com/privacy-policy
支持的语言 id,en,fr,tr,es,pt-BR,pt-PT,ru,ar,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "7.3.6",
    "default_locale": "en",
    "short_name": "Screen Recorder",
    "name": "__MSG_appTitle__",
    "description": "__MSG_appDesc__",
    "action": {
        "default_title": "__MSG_defaultTitle__",
        "chrome_url_overrides": {
            "newtab": "popup.html"
        }
    },
    "background": {
        "service_worker": "background.bundle.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "InterFontFamily.css",
                "content.css"
            ]
        }
    ],
    "icons": {
        "16": "img\/ICON.png",
        "48": "img\/ICON.png",
        "128": "img\/ICON.png"
    },
    "permissions": [
        "tabs",
        "contentSettings",
        "storage",
        "downloads",
        "scripting"
    ],
    "optional_permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "Images\/*",
                "options.html",
                "videoPreview.html",
                "img\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ]
}