PT QA HELPER

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

Cos'è PT QA HELPER?

PT QA HELPER è un'estensione di Chrome sviluppata da mwsportal, e la sua funzione principale è "Very useful QA tool for copying test results and viewing the build information of the current browser tab.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione PT QA HELPER

Scarica i file di estensione PT QA HELPER in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome PT QA HELPER PT QA HELPER
ID ngkohmgphglmlkembppjmdkepdmaiejd
URL Ufficiale https://chromewebstore.google.com/detail/pt-qa-helper/ngkohmgphglmlkembppjmdkepdmaiejd
Descrizione Very useful QA tool for copying test results and viewing the build information of the current browser tab.
Dimensione del File 4.36 MB
Conteggio Installazioni 43
Versione Corrente 4.2.1
Ultimo Aggiornamento 2023-01-16
Data di Pubblicazione 2021-12-01
Sviluppatore mwsportal
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://confluence.playtech.corp/display/PTL/PT+QA+Helper
Lingue Supportate 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"
    ]
}