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 هو إضافة Chrome تم تطويرها بواسطة nexonic.io، والميزة الرئيسية لها هي "Record, Capture, Annotate and Collaborate - all via one annotated video. One click upload to JIRA".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Nexonic Screen Video Recorder for JIRA
قم بتنزيل ملفات الامتداد Nexonic Screen Video Recorder for JIRA بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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/ |
عنوان صفحة المساعدة | https://github.com/nexonic-official/nexonic-issue-tracker/issues |
عنوان صفحة سياسة الخصوصية | 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": [ " |