Screenjar for Chrome
Request screen recording videos with one click
什么是Screenjar for Chrome?
Screenjar for Chrome是由https://screenjar.com开发的Chrome扩展程序,该扩展的主要功能是“Request screen recording videos with one click”。
扩展截图
下载Screenjar for Chrome扩展crx文件
下载Screenjar for Chrome扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Screenjar makes it easy to request screen recordings from customers. With this Chrome extension, you can generate unique screen recording request links to send to your customers with one click. Customers can then use your unique link to record their screens without having to download/install anything. Once they're done recording, the video is saved for you to review and you're notified by email. It's an ideal way to solve complex customer support issues, without having to get on a screen sharing call or have a back-and-forth email exchange.
扩展基本信息
名称 | Screenjar for Chrome |
ID | eannaomdbmcakllbmhhaiaekahjdhffa |
官方URL | https://chromewebstore.google.com/detail/screenjar-for-chrome/eannaomdbmcakllbmhhaiaekahjdhffa |
简介 | Request screen recording videos with one click |
文件大小 | 15.25 KB |
安装次数 | 47 |
当前版本 | 0.3.8 |
更新时间 | 2023-05-25 |
上架时间 | 2020-05-27 |
开发者 | https://screenjar.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://screenjar.com/ |
帮助页面URL | https://screenjar.com/contact/ |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Screenjar for Chrome", "description": "Request screen recording videos with one click", "version": "0.3.8", "incognito": "split", "default_locale": "en", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "action": { "default_icon": "icon32.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "clipboardWrite", "storage" ], "host_permissions": [ "*:\/\/*.screenjar.com\/*" ], "externally_connectable": { "matches": [ "*:\/\/*.screenjar.com\/*" ] }, "background": { "service_worker": ".\/background.js" } } |