SpiraCapture - Exploratory Testing Tool

Record exploratory testing sessions and integrates with Spira

什麼是SpiraCapture - Exploratory Testing Tool?

SpiraCapture - Exploratory Testing Tool是由https://www.inflectra.com開發的Chrome擴展程式,該擴展的主要功能是“Record exploratory testing sessions and integrates with Spira”。

擴展截圖

screenshot
screenshot
screenshot

下載SpiraCapture - Exploratory Testing Tool擴展crx文件

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

擴展使用說明

                        SpiraCapture by Inflectra is a Chrome extension that helps you carry out exploratory testing. The extension intelligently records and organises your testing sessions. With SpiraCapture, you can:
Capture your activity and take notes or screenshots about what happened
When recording, capture clicks, keystrokes, URL changes, and network errors
Limit recording only to the browser tabs you choose
Simplify communication with your team.

SpiraCapture is free and does not need to connect to any other software. 

You can get even more out of SpiraCapture when you connect it to other Inflectra products: SpiraTest, SpiraTeam, or SpiraPlan (versions 6.1+). The built-in preview option makes communication with the rest of your team easy. Choose exactly what actions you want to share, and when connected to SpiraTest, create bugs in the right product fast. 

If you don’t have SpiraTest, you can copy and paste the HTML preview into whatever application you want. The data never leaves Chrome, and no sign up to any account with Inflectra is needed.                    

擴展基本資訊

名稱 SpiraCapture - Exploratory Testing Tool SpiraCapture - Exploratory Testing Tool
ID naknodgmafmgdbpkjbanlgnhlpificmj
官方網址 https://chromewebstore.google.com/detail/spiracapture-exploratory/naknodgmafmgdbpkjbanlgnhlpificmj
簡介 Record exploratory testing sessions and integrates with Spira
檔案大小 2.71 MB
安裝次數 543
目前版本 2.0.0
更新時間 2022-11-24
上架時間 2019-08-06
評分 5.00/5 共 1 次評分
開發者 https://www.inflectra.com
電子郵箱 [email protected]
付費類型 free
擴展官網 http://spiradoc.inflectra.com/SpiraCapture/User-Guide/
說明頁面URL https://www.inflectra.com/support
隱私政策頁面URL http://www.inflectra.com/Company/Privacy-Policy.aspx
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "SpiraCapture - Exploratory Testing Tool",
    "short_name": "SpiraCapture",
    "version": "2.0.0",
    "description": "Record exploratory testing sessions and integrates with Spira",
    "icons": {
        "16": "\/img\/recording.png"
    },
    "action": {
        "default_icon": "\/img\/not-recording.png",
        "default_popup": "popup.html",
        "default_title": "SpiraCapture - Not Recording"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "webRequest",
        "storage",
        "unlimitedStorage"
    ],
    "background": {
        "service_worker": "\/js\/backgroundPage.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/js\/contentScript.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": []
}