CloudQA | The Functional Testing Cloud

Automate your browser tests in 10 minutes, run them in cloud with CloudQA

CloudQA | The Functional Testing Cloudคืออะไร?

CloudQA | The Functional Testing Cloud เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://app.cloudqa.io และคุณลักษณะหลักของมันคือ "Automate your browser tests in 10 minutes, run them in cloud with CloudQA"

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CloudQA | The Functional Testing Cloud

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

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

                        The simplest way to automate your crucial end-to-end tests as simple as creating new accounts to the more complex business workflows. Easier, quicker and more reliable than Selenium or WebDriver! 

Tests recorded with this extension can be easily modified to add, edit, or remove steps - without writing a single line of code! 

Execute tests in cloud to ensure your application consistently works in real browsers. 

CSS Selector included with this extension to help you quickly select and copy any web page element's unique CSS selector. The CSS selector can then be used as-is in CloudQA test scenarios.

More information at http://cloudqa.io                    

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

ชื่อ CloudQA | The Functional Testing Cloud CloudQA | The Functional Testing Cloud
ID hkgjdgnlphggfkbifighiabelalhbnob
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/cloudqa-the-functional-te/hkgjdgnlphggfkbifighiabelalhbnob
คำอธิบาย Automate your browser tests in 10 minutes, run them in cloud with CloudQA
ขนาดไฟล์ 2.74 MB
จำนวนการติดตั้ง 1,352
เวอร์ชันปัจจุบัน 3.5.5
อัปเดตครั้งล่าสุด 2024-02-17
วันที่เผยแพร่ 2020-06-25
คะแนน 4.69/5 รวมทั้งหมด 13 คะแนน
ผู้พัฒนา https://app.cloudqa.io
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://cloudqa.io/
URL หน้าช่วยเหลือ https://cloudqa.io/faq/
URL หน้านโยบายความเป็นส่วนตัว https://cloudqa.io/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "CloudQA | The Functional Testing Cloud",
    "description": "Automate your browser tests in 10 minutes, run them in cloud with CloudQA",
    "version": "3.5.5",
    "permissions": [
        "tabs",
        "storage",
        "notifications",
        "contextMenus",
        "clipboardWrite",
        "scripting",
        "activeTab"
    ],
    "host_permissions": [
        "*:\/\/*\/*",
        ""
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                ""
            ],
            "js": [
                "lib\/jquery.min.js",
                "lib\/cssesc.min.js",
                "js\/logABug\/extract_content.js",
                "js\/logABug\/content.js",
                "js\/contentScripts\/aqap.injected.js",
                "js\/contentScripts\/targetSelector.js"
            ],
            "run_at": "document_end"
        }
    ],
    "action": {
        "default_popup": "index.html",
        "default_icon": ".\/assets\/images\/cloudqa16.png",
        "default_title": "CloudQA"
    },
    "options_page": "index.html#\/options",
    "content_security_policy": {
        "script-src": "self, https:\/\/ssl.google-analytics.com; object-src 'self'"
    },
    "icons": {
        "16": ".\/assets\/images\/cloudqa16.png",
        "48": ".\/assets\/images\/cloudqa48.png",
        "128": ".\/assets\/images\/cloudqa128.png"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+Shift+C",
                "windows": "Alt+Shift+C",
                "mac": "Alt+Shift+C",
                "chromeos": "Alt+Shift+C",
                "linux": "Alt+Shift+C"
            }
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "info\/info.html",
                "js\/contentScripts\/javascript.alert.js",
                "js\/logABug\/event.js"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "\/logabug_angularjs\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "*:\/\/*.cloudqa.io\/*"
        ]
    }
}