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文件

下載Zephyr Capture for JIRA擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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'"
}