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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://loadfocus.com, και η κύρια λειτουργία του είναι "LoadFocus | Free Apache JMeter Cloud Load Testing extension for recording and running JMeter load tests for website and APIs.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης LoadFocus | JMeter Load Testing in the Cloud

Λήψη αρχείων επέκτασης LoadFocus | JMeter Load Testing in the Cloud σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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"
    ]
}