Screen & Webcam recorder - Flonnect

Allows Screen Recording from your Webcam and Desktop

ما هو Screen & Webcam recorder - Flonnect؟

Screen & Webcam recorder - Flonnect هو إضافة Chrome تم تطويرها بواسطة https://flonnect.com، والميزة الرئيسية لها هي "Allows Screen Recording from your Webcam and Desktop".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Screen & Webcam recorder - Flonnect

قم بتنزيل ملفات الامتداد Screen & Webcam recorder - Flonnect بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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/
عنوان صفحة المساعدة https://flonnect.com/feedback/
عنوان صفحة سياسة الخصوصية 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": [
        "*:\/\/*\/*"
    ]
}