Screen & Webcam recorder - Flonnect

Allows Screen Recording from your Webcam and Desktop

Co to jest Screen & Webcam recorder - Flonnect?

Screen & Webcam recorder - Flonnect to rozszerzenie Chrome opracowane przez https://flonnect.com, a jego główną funkcją jest „Allows Screen Recording from your Webcam and Desktop”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Screen & Webcam recorder - Flonnect

Pobierz pliki rozszerzeń Screen & Webcam recorder - Flonnect 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 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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Screen & Webcam recorder - Flonnect Screen & Webcam recorder - Flonnect
ID lkeokcighogdliiajgbbdjibidaaeang
Oficjalny URL https://chromewebstore.google.com/detail/screen-webcam-recorder-fl/lkeokcighogdliiajgbbdjibidaaeang
Opis Allows Screen Recording from your Webcam and Desktop
Rozmiar pliku 770 KB
Liczba instalacji 213,124
Aktualna Wersja 7.3.6
Ostatnia Aktualizacja 2024-02-15
Data Publikacji 2021-09-30
Ocena 4.70/5 Łącznie 1259 Oceny
Deweloper https://flonnect.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://flonnect.com/
Adres URL Strony Pomocy https://flonnect.com/feedback/
Adres URL Strony Polityki Prywatności https://flonnect.com/privacy-policy
Obsługiwane Języki 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": [
        "*:\/\/*\/*"
    ]
}