ScreenFYI

Record and share 30-min video messages with your team for as low as $0.04

ScreenFYI란 무엇입니까?

ScreenFYI은(는) https://screen.fyi에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Record and share 30-min video messages with your team for as low as $0.04"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

ScreenFYI 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Recording your screen and sharing it with others has never been easier! With our user-friendly screen recording extension, you can capture your screen, audio, and camera in just one click.
Once you've recorded your video, simply upload it to our secure servers at screen.fyi. From there, you can share the video with other users by adding them to your list of viewers. You can also add an extra layer of security by setting a password for the video, as well as specifying the number of times it can be viewed before access is restricted.

To ensure fair pricing, our model is consumption-based. This means that you only pay for the data you use, with every gigabyte of video uploaded or downloaded costing a 10 cents. We strive to keep our pricing as low as possible, so you can focus on sharing your content with the world.
All payments are processed through our website, and our extension is simply a tool to help you login, record, and upload your videos hassle-free. So what are you waiting for? Start sharing your screen recordings today!                    

확장 프로그램 기본 정보

이름 ScreenFYI ScreenFYI
ID jcpljfegdenlkjhpdplmhhhicakmhlio
공식 URL https://chromewebstore.google.com/detail/screenfyi/jcpljfegdenlkjhpdplmhhhicakmhlio
설명 Record and share 30-min video messages with your team for as low as $0.04
파일 크기 5.9 MB
설치 횟수 35
현재 버전 1.0.4
최근 업데이트 2023-11-21
출시 날짜 2023-01-05
평점 5.00/5 총 2 개의 평점
개발자 https://screen.fyi
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 https://screen.fyi
개인정보 보호 정책 페이지 URL https://screen.fyi/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ScreenFYI",
    "description": "Record and share 30-min video messages with your team for as low as $0.04",
    "version": "1.0.4",
    "action": {
        "default_popup": "popup.html",
        "default_title": "ScreenFYI",
        "default_icon": "icon.png"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/screen.fyi\/*"
            ],
            "js": [
                "OpenExtensionPopuop.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "storage",
        "scripting",
        "notifications",
        "cookies",
        "activeTab",
        "background"
    ],
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "ticking.mp3",
                "cameraPage.html",
                "Image_Placeholder.png",
                "Profile_Placeholder.webp"
            ],
            "matches": [
                ""
            ]
        }
    ]
}