Fyyn - Your browser screen recorder

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

Fyyn - Your browser screen recorder란 무엇입니까?

Fyyn - Your browser screen recorder은(는) Fyyn.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Record your screen and camera with one click - no special skills or additional software required."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Fyyn - Your browser screen recorder 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Fyyn - Your browser screen recorder Fyyn - Your browser screen recorder
ID nhnedpphfpflcmhopnhfhhfhecchponh
공식 URL https://chromewebstore.google.com/detail/fyyn-your-browser-screen/nhnedpphfpflcmhopnhfhhfhecchponh
설명 Record your screen and camera with one click - no special skills or additional software required.
파일 크기 679 KB
설치 횟수 60
현재 버전 1.57.0
최근 업데이트 2023-06-07
출시 날짜 2023-01-25
평점 5.00/5 총 1 개의 평점
개발자 Fyyn.io
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://fyyn.io
도움말 페이지 URL https://help.fyyn.io
개인정보 보호 정책 페이지 URL https://help.fyyn.io/knowledge-base/privacy-policy
지원되는 언어 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\/*"
            ]
        }
    ]
}