LoadFocus | JMeter Load Testing in the Cloud

LoadFocus | Free Apache JMeter Cloud Load Testing extension for recording and running JMeter load tests for website and APIs.

LoadFocus | JMeter Load Testing in the Cloud란 무엇입니까?

LoadFocus | JMeter Load Testing in the Cloud은(는) https://loadfocus.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "LoadFocus | Free Apache JMeter Cloud Load Testing extension for recording and running JMeter load tests for website and APIs."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

LoadFocus | JMeter Load Testing in the Cloud 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Automatically generate JMeter test script files by navigating to your website pages, while recording the workflow in a JMX test file.
Run the tests in the cloud from multiple world locations, no code required.

Apache JMeter Files (.JMX, .JTL, .LOG) files are available to inspect and download locally.

The performance and load tests run in the cloud from dedicated secure servers with thousands of virtual clients to assess your Websites, Mobile/Web Applications, Web Services and APIs.

Full Performance Metrics with Response Time, Latency, Hits/second, Standard Deviation, Percentiles 50th, 90th, 99th and Errors.

Live charts provide better insights to discover potential bottlenecks of your applications.                    

확장 프로그램 기본 정보

이름 LoadFocus | JMeter Load Testing in the Cloud LoadFocus | JMeter Load Testing in the Cloud
ID femhimekihpocbkdfimhojklmhkniami
공식 URL https://chromewebstore.google.com/detail/loadfocus-jmeter-load-tes/femhimekihpocbkdfimhojklmhkniami
설명 LoadFocus | Free Apache JMeter Cloud Load Testing extension for recording and running JMeter load tests for website and APIs.
파일 크기 698 KB
설치 횟수 2,056
현재 버전 1.1.4
최근 업데이트 2022-05-04
출시 날짜 2020-09-28
평점 5.00/5 총 1 개의 평점
개발자 https://loadfocus.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://loadfocus.com/jmeter-load-testing
개인정보 보호 정책 페이지 URL https://loadfocus.com/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "LoadFocus | JMeter Load Testing",
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "popup.html",
        "default_title": "LoadFocus | JMeter Load Testing in the Cloud"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "js\/jquery-3.5.1.min.js",
                "js\/jquery.tablesorter.min.js",
                "jquery\/jquery-3.4.1.min.js",
                "jquery\/jquery-ui.min.js",
                "js\/content-script.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "description": "LoadFocus | Free Apache JMeter Cloud Load Testing extension for recording and running JMeter load tests for website and APIs.",
    "homepage_url": "https:\/\/loadfocus.com",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "background": {
        "scripts": [
            "jquery\/jquery-3.4.1.min.js",
            "js\/background.js",
            "js\/URI.js"
        ]
    },
    "manifest_version": 2,
    "name": "LoadFocus | JMeter Load Testing in the Cloud",
    "permissions": [
        "storage",
        "webNavigation",
        "",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs",
        "webRequest",
        "unlimitedStorage",
        "webRequestBlocking"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "short_name": "LoadFocus.com",
    "version": "1.1.4",
    "web_accessible_resources": [
        "html\/transaction-ui.html",
        "html\/transaction-controls.html"
    ]
}