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 파일 다운로드

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

확장 프로그램 사용 설명서

                        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
공식 URL 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": []
}