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.」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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": [ " |