QAS Web Recorder

QMetry Automation Studio Web Recorder

QAS Web Recorderคืออะไร?

QAS Web Recorder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย QMetry และคุณลักษณะหลักของมันคือ "QMetry Automation Studio Web Recorder"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย QAS Web Recorder

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

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

                        This extension works with QMetry Automation Studio.

Exploratory Testing with Automated Documentation
As you explore, extension automatically records your action and generated automated Test Case documentation.

Privacy Policy
https://www.qmetry.com/privacy-policy/                    

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

ชื่อ QAS Web Recorder QAS Web Recorder
ID dnkfeinedjjallbkcohjphikibijiagj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/qas-web-recorder/dnkfeinedjjallbkcohjphikibijiagj
คำอธิบาย QMetry Automation Studio Web Recorder
ขนาดไฟล์ 1.27 MB
จำนวนการติดตั้ง 124
เวอร์ชันปัจจุบัน 2.1.3
อัปเดตครั้งล่าสุด 2021-10-01
วันที่เผยแพร่ 2018-07-20
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา QMetry
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.qmetry.com
URL หน้าช่วยเหลือ http://www.qmetry.com/automated-testing-tools-qmetry-automated-studio/
URL หน้านโยบายความเป็นส่วนตัว https://www.qmetry.com/privacy-policy
ภาษาที่รองรับ en-GB
manifest.json
{
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAn8TQxIhr6hXhrTQTbs09S+hDfvV66qFGgGTtRbgklCECRAjbAjtLDVYVkUsdDhv0SG4fx5Mwnj6viCQp29s4zkrEiePu6xPDCXNH9ySs9\/phdbMZeYwA9QCpdL4bNdMhVYWb2AGPvSAjLvsIsYiDlvzzV+1iSH2kG+CBQkNqcIvSCM3zIZLEsg9hA5caYyVKN2Aiz97yr9cgdAlb34xTIGetBH1hBOYscEX9NA7zeDzKCJValmnCHOEleNcpNrcfmYOnoxpy\/qlHvoHhlLxf8pEmOU\/QIPCKBBbAG2QEwkJU3spg5+MeO9vKmcpEtT1E5don9NThmdkta8snjmGROQIDAQAB",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "QMetry Automation Studio Web Recorder",
    "manifest_version": 2,
    "name": "QAS Web Recorder",
    "version": "2.1.3",
    "homepage_url": "https:\/\/www.qmetry.com\/",
    "icons": {
        "16": "qas\/images\/branding_16.png",
        "32": "qas\/images\/branding_32.png",
        "48": "qas\/images\/branding_48.png",
        "128": "qas\/images\/branding_128.png"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "contextMenus",
        "webNavigation",
        "notifications",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "storage",
        ""
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "common\/browser-polyfill.js",
                "content\/runScript-injecter.js"
            ],
            "match_about_blank": true,
            "all_frames": true,
            "run_at": "document_start"
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "content\/socket.io.js",
                "content\/bowser.js",
                "content\/atoms.js",
                "content\/utils.js",
                "content\/selenium-browserbot.js",
                "common\/escape.js",
                "content\/locatorBuilders.js",
                "content\/recorder.js",
                "content\/neighbor-xpaths-generator.js",
                "content\/recorder-handlers.js",
                "content\/sizzle.js",
                "qas\/jquery-3.2.1.min.js",
                "qas\/jquery.color.js"
            ],
            "match_about_blank": true,
            "all_frames": true
        }
    ],
    "background": {
        "scripts": [
            "background\/recorder.js",
            "common\/browser-polyfill.js",
            "content\/socket.io.js",
            "background\/background.js",
            "background\/session.js"
        ]
    },
    "browser_action": {
        "default_icon": "qas\/images\/branding_16.png",
        "default_popup": "popup\/popup.html",
        "default_title": "QAS Web Recorder"
    },
    "web_accessible_resources": [
        "page\/prompt.js",
        "page\/runScript.js"
    ],
    "offline_enabled": true
}