qTest Explorer Extension

Extension to assist qTest Explorer application to capture web pages on Google Chrome browser

qTest Explorer Extensionคืออะไร?

qTest Explorer Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.tricentis.com และคุณลักษณะหลักของมันคือ "Extension to assist qTest Explorer application to capture web pages on Google Chrome browser"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย qTest Explorer Extension

ดาวน์โหลดไฟล์ส่วนขยาย qTest Explorer Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        qTest Explorer users using Google Chrome, version 36 or later, should install this extension in order for qTest eXplorer properly captures HTML elements on Chrome browser.

[Updates in version 1.0.29]
- Update Content Security Policy

[Updates in version 1.0.28]
- Minor bug fixes and enhancement

[Updates in version 1.0.27]
- Minor bug fixes and enhancement

[Updates in version 1.0.26]
- Minor bug fixes and enhancement

[Updates in version 1.0.25]
- Added an ability to capture metadata of UI elements on Chrome browser. Those information will be used to generate automated script from qTest Sessions

[Updates in version 1.0.24]
- Bug fixes and enhancements

[Updates in version 1.0.23]
- Bug fixes and enhancements

[Updates in version 1.0.22]
- Bug fixes and enhancements

[Updates in version 1.0.21]
- Bug fixes and enhancements

[Updates in version 1.0.20]
- Bug fixes and enhancements

[Updates in version 1.0.19]
- Support new target: Oracle JD Edwards

[Updates in version 1.0.18]
- Bug fixes and enhancements

[Updates in version 1.0.17]
- Bug fixes and enhancements
 
[Updates in version 1.0.16]
- Fixed crashing issue on Chrome 46.x 

[Updates in version 1.0.13]
- Bug fixes

[Updates in version 1.0.12]
- Support Kendo UI recognition

[Updates in version 1.0.11]
- Fixed issue that cannot inject script to page that uses frames

[Updates in version 1.0.10]
- Bug fixes

[Updates in version 1.0.9.0]
- Added support for capturing Sencha controls on Chrome browser                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ qTest Explorer Extension qTest Explorer Extension
ID jekfpdkgiikjidpemceljpobcakfbiij
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/qtest-explorer-extension/jekfpdkgiikjidpemceljpobcakfbiij
คำอธิบาย Extension to assist qTest Explorer application to capture web pages on Google Chrome browser
ขนาดไฟล์ 48.05 KB
จำนวนการติดตั้ง 5,270
เวอร์ชันปัจจุบัน 1.0.29
อัปเดตครั้งล่าสุด 2023-01-31
วันที่เผยแพร่ 2020-05-24
คะแนน 3.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://www.tricentis.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://tricentis.com
URL หน้าช่วยเหลือ https://documentation.tricentis.com/qtest/9910/en/content/qtest_explorer_sessions/web_explorer_user_guide/install_web_explorer.htm
URL หน้านโยบายความเป็นส่วนตัว https://www.tricentis.com/legal-information/privacy-policy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjNC\/Iqgvg2k5E8R2YJn7ajs9B9bpW\/lL1rluqaladKGlyGdB50QEqG7Y++ua5QDNttESUSPbD4GEObS1YJreqcLYFMkCDRm9fh8eFINN\/cwprROnmgnA1vJVKDz0fcLJbfDpN\/6so44fOBHq0y\/YhY4FxWkhvsb21j2H4T9GktOVxhdwpooVP8OKluZEy2xdk6yVzIqAlKUnkJNUiwEKD\/Zd+yz\/hdW8uZnRmJSh98teKFW0b39oBUTI\/v0\/pLflczQ131pqBaVYOsWNqmRdFbe7eOGq6bmv1jlLKzy0R55gf96R2xTVenbCidkM2JkXrj330eeWwUCfKZFgswkxlQIDAQAB",
    "manifest_version": 2,
    "content_scripts": [
        {
            "js": [
                "engine\/content_script.js"
            ],
            "all_frames": true,
            "run_at": "document_end",
            "matches": [
                "file:\/\/*\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        },
        {
            "js": [
                "engine\/dojo.js",
                "engine\/jquery.js",
                "engine\/sencha_touch.js",
                "engine\/kendo_ui.js",
                "engine\/jdedwards.js",
                "engine\/CaptureAngularApp.js",
                "engine\/plugin.js"
            ],
            "matches": [
                "file:\/\/*\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "engine\/dojo.js",
        "engine\/jquery.js",
        "engine\/sencha_touch.js",
        "engine\/kendo_ui.js",
        "engine\/jdedwards.js",
        "engine\/CaptureAngularApp.js",
        "engine\/plugin.js"
    ],
    "name": "qTest Explorer Extension",
    "short_name": "qTest Explorer Extension",
    "background": {
        "persistent": true,
        "scripts": [
            "engine\/background.js"
        ]
    },
    "description": "Extension to assist qTest Explorer application to capture web pages on Google Chrome browser",
    "icons": {
        "16": "engine\/icon_16.png",
        "32": "engine\/icon_32.png",
        "48": "engine\/icon_48.png",
        "128": "engine\/icon_128.png"
    },
    "incognito": "spanning",
    "homepage_url": "https:\/\/www.qasymphony.com",
    "permissions": [
        "activeTab",
        "tabs",
        "",
        "nativeMessaging",
        "webRequest",
        "webRequestBlocking"
    ],
    "content_security_policy": "default-src 'none'; script-src 'self'; connect-src wss:\/\/localhost:30714; base-uri 'none'; form-action 'none';",
    "version": "1.0.29"
}