Nexonic Screen Video Recorder for JIRA
Record, Capture, Annotate and Collaborate - all via one annotated video. One click upload to JIRA
Vad är Nexonic Screen Video Recorder for JIRA?
Nexonic Screen Video Recorder for JIRA är en Chrome-tillägg utvecklad av nexonic.io, och dess huvudfunktion är "Record, Capture, Annotate and Collaborate - all via one annotated video. One click upload to JIRA".
Tilläggsskärmbilder
Ladda ner Nexonic Screen Video Recorder for JIRA-förlängningens CRX-fil
Ladda ner Nexonic Screen Video Recorder for JIRA-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | Nexonic Screen Video Recorder for JIRA |
ID | phfhjdiecfnldknkfpligdiffpgplagh |
Officiell webbadress | https://chromewebstore.google.com/detail/nexonic-screen-video-reco/phfhjdiecfnldknkfpligdiffpgplagh |
Beskrivning | Record, Capture, Annotate and Collaborate - all via one annotated video. One click upload to JIRA |
Filstorlek | 1.85 MB |
Antal Installationer | 72 |
Aktuell Version | 1.0.5 |
Senast Uppdaterad | 2020-12-23 |
Publiceringsdatum | 2020-09-02 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | nexonic.io |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://nexonic.io/ |
Hjälpsida URL | https://github.com/nexonic-official/nexonic-issue-tracker/issues |
URL till Sekretesspolicy Sidan | https://nexonic.io/privacy-policy |
Stödda Språk | 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": [ " |