Nexonic Screen Video Recorder for JIRA
Record, Capture, Annotate and Collaborate - all via one annotated video. One click upload to JIRA
Nexonic Screen Video Recorder for JIRA란 무엇입니까?
Nexonic Screen Video Recorder for JIRA은(는) nexonic.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Record, Capture, Annotate and Collaborate - all via one annotated video. One click upload to JIRA"입니다.
확장 프로그램 스크린샷
Nexonic Screen Video Recorder for JIRA 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Nexonic Screen Video Recorder allows full page screen video recorder, connect JIRA cloud or server to upload recorded video to a JIRA ticket seamlessly. Install Nexonic JIRA plugin today which to add sophisticated visual, audio, graphics and text annotations to the recorded video. https://marketplace.atlassian.com/apps/1222135/video-capture-test-management?hosting=server&tab=overview
확장 프로그램 기본 정보
이름 | Nexonic Screen Video Recorder for JIRA |
ID | phfhjdiecfnldknkfpligdiffpgplagh |
공식 URL | https://chromewebstore.google.com/detail/nexonic-screen-video-reco/phfhjdiecfnldknkfpligdiffpgplagh |
설명 | Record, Capture, Annotate and Collaborate - all via one annotated video. One click upload to JIRA |
파일 크기 | 1.85 MB |
설치 횟수 | 72 |
현재 버전 | 1.0.5 |
최근 업데이트 | 2020-12-23 |
출시 날짜 | 2020-09-02 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | nexonic.io |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://nexonic.io/ |
도움말 페이지 URL | https://github.com/nexonic-official/nexonic-issue-tracker/issues |
개인정보 보호 정책 페이지 URL | https://nexonic.io/privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "background": { "page": "background.html" }, "browser_action": { "default_icon": { "128": "images\/icon128.png", "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png" }, "default_popup": "popup.html", "default_title": "__MSG_extName__" }, "commands": { "pause-or-resume-recording": { "description": "Pause\/Resume recording", "global": true, "suggested_key": { "default": "Alt+P" } }, "stop-recording": { "description": "Stop recording", "global": true, "suggested_key": { "default": "Alt+S" } } }, "externally_connectable": { "matches": [ "http:\/\/localhost:2990\/*" ] }, "content_scripts": [ { "css": [ "stylesheets\/selected.css" ], "exclude_globs": [ "http:\/\/nexonic.io\/save-local-flash\/SaveToDisk.html" ], "js": [ "javascripts\/libs\/jquery-1.7.2.min.js", "javascripts\/content_script.js", "javascripts\/libs\/dragresize.js", "javascripts\/jquery.draggable.js", "javascripts\/test.js" ], "matches": [ " |