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

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

擴展使用說明

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