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 là gì?

Nexonic Screen Video Recorder for JIRA là một tiện ích mở rộng Chrome được phát triển bởi nexonic.io, và tính năng chính của nó là "Record, Capture, Annotate and Collaborate - all via one annotated video. One click upload to JIRA".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Nexonic Screen Video Recorder for JIRA

Tải xuống các tệp mở rộng Nexonic Screen Video Recorder for JIRA dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Nexonic Screen Video Recorder for JIRA Nexonic Screen Video Recorder for JIRA
ID phfhjdiecfnldknkfpligdiffpgplagh
URL Chính Thức https://chromewebstore.google.com/detail/nexonic-screen-video-reco/phfhjdiecfnldknkfpligdiffpgplagh
Mô tả Record, Capture, Annotate and Collaborate - all via one annotated video. One click upload to JIRA
Kích Thước Tệp 1.85 MB
Số Lần Cài Đặt 72
Phiên Bản Hiện Tại 1.0.5
Cập Nhật Lần Cuối 2020-12-23
Ngày Phát Hành 2020-09-02
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển nexonic.io
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://nexonic.io/
URL Trang Trợ Giúp https://github.com/nexonic-official/nexonic-issue-tracker/issues
URL Trang Chính Sách Bảo Mật https://nexonic.io/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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": [
                "",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        },
        {
            "all_frames": true,
            "js": [
                "javascripts\/save-content.js"
            ],
            "matches": [
                "http:\/\/nexonic.io\/save-local-flash\/SaveToDisk.html"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/www.google-analytics.com https:\/\/connect.facebook.net https:\/\/platform.twitter.com; object-src 'self'",
    "default_locale": "en",
    "description": "__MSG_extDesc__",
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "6.0",
    "name": "__MSG_extName__",
    "optional_permissions": [
        "downloads"
    ],
    "options_page": "options.html",
    "permissions": [
        "activeTab",
        "",
        "webRequest",
        "unlimitedStorage",
        "tabCapture",
        "cookies"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.5",
    "web_accessible_resources": [
        "images\/success.gif",
        "images\/clear.png",
        "images\/icon19.png",
        "chrome-extension:\/\/ghmhflpealkjggkmbccmkpkpokllldem\/#"
    ]
}