Zephyr Capture for JIRA

Rapid agile testing.

Zephyr Capture for JIRA란 무엇입니까?

Zephyr Capture for JIRA은(는) Smartbear Software에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Rapid agile testing."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Zephyr Capture for JIRA 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Capture for Jira is a collaborative testing tool allowing teams to easily provide annotated visual feedback directly to Jira. From marketing content to validating application functionality, Capture for Jira is easily accessible for any team.

Key Features:
Utilize the new video recording support for Chrome browser enabling an impactful and more engaging communication process
Share clear and concise audio/visual feedback with easy-to-use audio and annotation tools
Experience enhanced browser extension UI and support for all major browsers
Easily download, delete and rename screenshots
Get improved 'search' for epics and sprints, and seamlessly link issues to them                    

확장 프로그램 기본 정보

이름 Zephyr Capture for JIRA Zephyr Capture for JIRA
ID meebenkoljjgogkbnlabbmdbbhpeifck
공식 URL https://chromewebstore.google.com/detail/zephyr-capture-for-jira/meebenkoljjgogkbnlabbmdbbhpeifck
설명 Rapid agile testing.
파일 크기 2.92 MB
설치 횟수 6,580
현재 버전 3.1.2.0
최근 업데이트 2021-05-05
출시 날짜 2020-06-21
평점 2.50/5 총 4 개의 평점
개발자 Smartbear Software
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.getzephyr.com/products/capture?utm_medium=referral&utm_source=smartbear.com&utm_campaign=footer
도움말 페이지 URL https://support.smartbear.com/message/?prod=capture_for_jira
개인정보 보호 정책 페이지 URL https://smartbear.com/privacy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Zephyr Capture for JIRA",
    "version": "3.1.2.0",
    "description": "Rapid agile testing.",
    "manifest_version": 2,
    "icons": {
        "128": "chrome\/skin\/zephyr_feather_128.png",
        "48": "chrome\/skin\/zephyr_feather_48.png",
        "32": "chrome\/skin\/zephyr_feather_32.png",
        "16": "chrome\/skin\/zephyr_feather_16.png"
    },
    "browser_action": {
        "default_icon": "chrome\/skin\/zephyr_feather_32.png",
        "default_title": "Zephyr Capture for JIRA"
    },
    "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"
            }
        }
    },
    "background": {
        "page": "chrome\/content\/webkit\/capture-background.html"
    },
    "chrome_url_overrides": [],
    "content_scripts": [
        {
            "matches": [
                "file:\/\/*\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "chrome\/content\/capture-utils.js",
                "chrome\/content\/webkit\/capture-injected.js"
            ]
        },
        {
            "matches": [
                "file:\/\/*\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "chrome\/content\/webkit\/execution-inject.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "*:\/\/*\/*",
        "",
        "downloads",
        "cookies",
        "tabs",
        "activeTab",
        "unlimitedStorage",
        "tabCapture"
    ],
    "optional_permissions": [
        "clipboardRead"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'"
}