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”。
扩展截图
下载ScreenFYI扩展crx文件
下载ScreenFYI扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 |
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:\/\/*\/*", " |