ScreenFYI

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

ScreenFYI là gì?

ScreenFYI là một tiện ích mở rộng Chrome được phát triển bởi https://screen.fyi, và tính năng chính của nó là "Record and share 30-min video messages with your team for as low as $0.04".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng ScreenFYI

Tải xuống các tệp mở rộng ScreenFYI dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ScreenFYI ScreenFYI
ID jcpljfegdenlkjhpdplmhhhicakmhlio
URL Chính Thức https://chromewebstore.google.com/detail/screenfyi/jcpljfegdenlkjhpdplmhhhicakmhlio
Mô tả Record and share 30-min video messages with your team for as low as $0.04
Kích Thước Tệp 5.9 MB
Số Lần Cài Đặt 35
Phiên Bản Hiện Tại 1.0.4
Cập Nhật Lần Cuối 2023-11-21
Ngày Phát Hành 2023-01-05
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://screen.fyi
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://screen.fyi
URL Trang Chính Sách Bảo Mật https://screen.fyi/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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": [
                ""
            ]
        }
    ]
}