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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Very useful QA tool for copying test results and viewing the build information of the current browser tab."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में PT QA HELPER एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}