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