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文件
下載Nexonic Screen Video Recorder for JIRA擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 擴展基本資訊
| 名稱 | |
| ID | phfhjdiecfnldknkfpligdiffpgplagh |
| 官方網址 | 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": [
" | |