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은(는) https://app.cloudqa.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automate your browser tests in 10 minutes, run them in cloud with CloudQA"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

CloudQA | The Functional Testing Cloud 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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\/*"
        ]
    }
}