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ファイルをダウンロード

Fyyn - Your browser screen recorder拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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\/*"
            ]
        }
    ]
}