Screenjar for Chrome
Request screen recording videos with one click
Screenjar for Chrome là gì?
Screenjar for Chrome là một tiện ích mở rộng Chrome được phát triển bởi https://screenjar.com, và tính năng chính của nó là "Request screen recording videos with one click".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Screenjar for Chrome
Tải xuống các tệp mở rộng Screenjar for Chrome 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
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Screenjar for Chrome |
ID | eannaomdbmcakllbmhhaiaekahjdhffa |
URL Chính Thức | https://chromewebstore.google.com/detail/screenjar-for-chrome/eannaomdbmcakllbmhhaiaekahjdhffa |
Mô tả | Request screen recording videos with one click |
Kích Thước Tệp | 15.25 KB |
Số Lần Cài Đặt | 47 |
Phiên Bản Hiện Tại | 0.3.8 |
Cập Nhật Lần Cuối | 2023-05-25 |
Ngày Phát Hành | 2020-05-27 |
Nhà Phát Triển | https://screenjar.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://screenjar.com/ |
URL Trang Trợ Giúp | https://screenjar.com/contact/ |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |