PT QA HELPER

Very useful QA tool for copying test results and viewing the build information of the current browser tab.

PT QA HELPER란 무엇입니까?

PT QA HELPER은(는) mwsportal에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Very useful QA tool for copying test results and viewing the build information of the current browser tab."입니다.

확장 프로그램 스크린샷

screenshot

PT QA HELPER 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Very useful QA tool for copying test results and viewing the build information of the current browser tab.
Using this extension extension you can:
- Add/Delete needed environments (Name and URL)
- Easily view the build information
- Copy needed test status to clipboard 
- Copy Dev. fix stamp to clipboard

// New Functionality //

- Jenkins integration
- Site helper
- View the current tab url and detect the portal ones 
- View the build info on current portal page
- View the latest git lab commits 
- Copy test status for current portal tab
- Edit and copy test result status with predefined values 
- Generate test credit cards
- Register a new users
- create QR codes                    

확장 프로그램 기본 정보

이름 PT QA HELPER PT QA HELPER
ID ngkohmgphglmlkembppjmdkepdmaiejd
공식 URL https://chromewebstore.google.com/detail/pt-qa-helper/ngkohmgphglmlkembppjmdkepdmaiejd
설명 Very useful QA tool for copying test results and viewing the build information of the current browser tab.
파일 크기 4.36 MB
설치 횟수 43
현재 버전 4.2.1
최근 업데이트 2023-01-16
출시 날짜 2021-12-01
개발자 mwsportal
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://confluence.playtech.corp/display/PTL/PT+QA+Helper
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PT QA HELPER",
    "short_name": "QA Helper",
    "description": "Very useful QA tool for copying test results and viewing the build information of the current browser tab.",
    "version": "4.2.1",
    "icons": {
        "48": "assets\/icon-qa.png",
        "128": "assets\/icon-qa.png"
    },
    "browser_action": {
        "default_icon": "assets\/icon-qa.png",
        "default_title": "PT QA Helper"
    },
    "background": {
        "scripts": [
            "background.bundle.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.bundle.js"
            ]
        }
    ],
    "permissions": [
        "activeTab"
    ]
}