PT QA HELPER

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

PT QA HELPER là gì?

PT QA HELPER là một tiện ích mở rộng Chrome được phát triển bởi mwsportal, và tính năng chính của nó là "Very useful QA tool for copying test results and viewing the build information of the current browser tab.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng PT QA HELPER

Tải xuống các tệp mở rộng PT QA HELPER dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên PT QA HELPER PT QA HELPER
ID ngkohmgphglmlkembppjmdkepdmaiejd
URL Chính Thức https://chromewebstore.google.com/detail/pt-qa-helper/ngkohmgphglmlkembppjmdkepdmaiejd
Mô tả Very useful QA tool for copying test results and viewing the build information of the current browser tab.
Kích Thước Tệp 4.36 MB
Số Lần Cài Đặt 43
Phiên Bản Hiện Tại 4.2.1
Cập Nhật Lần Cuối 2023-01-16
Ngày Phát Hành 2021-12-01
Nhà Phát Triển mwsportal
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://confluence.playtech.corp/display/PTL/PT+QA+Helper
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}