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 |
| 公式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 |
| Eメール | [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": [
" | |