Zephyr Capture for JIRA

Rapid agile testing.

Τι είναι το Zephyr Capture for JIRA;

Το Zephyr Capture for JIRA είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Smartbear Software, και η κύρια λειτουργία του είναι "Rapid agile testing.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Zephyr Capture for JIRA

Λήψη αρχείων επέκτασης 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
Επίσημο 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'"
}