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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } } |