Fyyn - Your browser screen recorder

Record your screen and camera with one click - no special skills or additional software required.

What is Fyyn - Your browser screen recorder?

Fyyn - Your browser screen recorder is a Chrome extension developed by Fyyn.io, and its main feature is "Record your screen and camera with one click - no special skills or additional software required.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Download Fyyn - Your browser screen recorder Extension CRX File

Download Fyyn - Your browser screen recorder extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Fyyn - Your browser screen recorder

Fyyn lets you record your screen and camera with just one click and share your recordings in seconds. 

It is the fastest / best way to create screen recordings directly in your browser and share your content.

Easily share your thoughts and ideas. Fyyn makes it easy for you and your recipients to share and view the recordings - no special skills required.

Download any screen recording as a video file or send your video with just "one click" via email, LinkedIn, Twitter and many more.


Start Now and Send Any of Your Screen Recordings With Just One Click To:

• your students
• your friends
• your clients and business partners
• to anyone you want

 
Just start now

Impress your recipients with your expertise, perfect video quality up to 4k and leave a lasting professional impression.

Install Fyyn now to send personalized emails and messages without video experience or expensive equipment.

 
Screen Recorder and Video Hosting

• Easily record video with your webcam
• Choose between "screen only", "webcam only" or "both" recording modes.
• High-quality video recording up to 4K
• Once recording is complete, your recording is ready to share or download directly


The advantages
Use Fyyn ...

• ... to build personal relationships with customers
• ... to collaborate with team members
• ... save valuable working time and avoid unnecessary meetings
• ... to create tutorials and guides
• ... to drive engagement and conversions
• ... to increase customer satisfaction and loyalty
• ... to improve marketing newsletters, automated email sequences and quick personal messages
 

SECURITY AND PRIVACY
Fyyn pays special attention to privacy and security. Each of your recordings is run on powerful servers in secure data centers within the EU. As a German company, Fyyn is 100% compliant with the GDPR and all legal requirements, so you and your customers are always on the safe side.                    

Extension Basic Information

Name Fyyn - Your browser screen recorder Fyyn - Your browser screen recorder
ID nhnedpphfpflcmhopnhfhhfhecchponh
Official URL https://chromewebstore.google.com/detail/fyyn-your-browser-screen/nhnedpphfpflcmhopnhfhhfhecchponh
Description Record your screen and camera with one click - no special skills or additional software required.
File Size 679 KB
Installation Count 60
Current Version 1.57.0
Last Updated 2023-06-07
Publish Date 2023-01-25
Rating 5.00/5 Total 1 Ratings
Developer Fyyn.io
Email [email protected]
Payment Type free
Extension Website https://fyyn.io
Help Page URL https://help.fyyn.io
Privacy Policy Page URL https://help.fyyn.io/knowledge-base/privacy-policy
Supported Languages de,en,en-GB,en-US,es,es-419
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.57.0",
    "manifest_version": 3,
    "icons": {
        "16": "assets\/brand-logo.png",
        "32": "assets\/brand-logo.png",
        "48": "assets\/brand-logo.png",
        "128": "assets\/brand-logo.png"
    },
    "action": {
        "default_title": "record any screen",
        "default_icon": "assets\/brand-logo.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        "https:\/\/*\/*",
        "https:\/\/*\/*",
        ""
    ],
    "permissions": [
        "storage",
        "activeTab",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "onboarding.html",
                "devices.html",
                "faceview.html",
                "camrecorder.html",
                "audio_analyzer.html",
                "\/assets\/*",
                "\/locales\/*"
            ]
        }
    ]
}