Fyyn - Your browser screen recorder

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

O que é Fyyn - Your browser screen recorder?

Fyyn - Your browser screen recorder é uma extensão do Chrome desenvolvida por Fyyn.io, e sua principal característica é "Record your screen and camera with one click - no special skills or additional software required.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Fyyn - Your browser screen recorder

Baixe arquivos de extensão Fyyn - Your browser screen recorder no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Fyyn - Your browser screen recorder Fyyn - Your browser screen recorder
ID nhnedpphfpflcmhopnhfhhfhecchponh
URL Oficial https://chromewebstore.google.com/detail/fyyn-your-browser-screen/nhnedpphfpflcmhopnhfhhfhecchponh
Descrição Record your screen and camera with one click - no special skills or additional software required.
Tamanho do Arquivo 679 KB
Contagem de Instalações 60
Versão Atual 1.57.0
Última Atualização 2023-06-07
Data de Publicação 2023-01-25
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Fyyn.io
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://fyyn.io
URL da Página de Ajuda https://help.fyyn.io
URL da Página de Política de Privacidade https://help.fyyn.io/knowledge-base/privacy-policy
Idiomas Suportados 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\/*"
            ]
        }
    ]
}