Load Testing in the Cloud from LoadFocus.com

Free Cloud Website and API Load Testing extension for creating and running free website and API load tests.

Τι είναι το Load Testing in the Cloud from LoadFocus.com;

Το Load Testing in the Cloud from LoadFocus.com είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://loadfocus.com, και η κύρια λειτουργία του είναι "Free Cloud Website and API Load Testing extension for creating and running free website and API load tests.".

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

screenshot
screenshot

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

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

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

                        The Load Testing in the Cloud Chrome Extension from LoadFocus enables you to easily create and run load testing with thousands of concurrent virtual users from multiple cloud geographical locations.

Load Test results are displayed real-time using modern charts for all load and performance metrics which allows you to discover load and performance issues before your users do.

No code is required for creating or running load tests in the cloud, you can create and run a test in just a few clicks.

The Chrome Extension is created to load test your Websites, Mobile/Web Applications, Web Services and APIs using custom load testing scenarios, virtual users, ramp up time, ramp up steps and custom headers, cookies and others.

Scale realistic load tests with more than 10,000 Virtual Concurrent Users per test, all REST methods are supported, also Query Parameter, Headers, Cookies or Basic HTTP Authentication.

Inspect Response Time, Latency, Hits/second, Throughput/second, Standard Deviation, Percentiles 50th, 90th, 99th for all your previously created tests straight from the Chrome Extension.

Features:
- Create and run test scenarios for Websites and APIs
- Record all HTTP/S requests made by your browser
- Easy load test configuration in less than a few minutes
- Run load tests without any installation
- Run performance tests with thousands of concurrent virtual users
- Run load tests in under ten minutes
- Run API Load Tests
- Run Web and Mobile Apps Load Tests                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Load Testing in the Cloud from LoadFocus.com Load Testing in the Cloud from LoadFocus.com
ID cehhldibjedpegllpigjjcckemnpekld
Επίσημο URL https://chromewebstore.google.com/detail/load-testing-in-the-cloud/cehhldibjedpegllpigjjcckemnpekld
Περιγραφή Free Cloud Website and API Load Testing extension for creating and running free website and API load tests.
Μέγεθος Αρχείου 161 KB
Αριθμός Εγκαταστάσεων 1,070
Τρέχουσα Έκδοση 1.2.2
Τελευταία Ενημέρωση 2022-01-22
Ημερομηνία Δημοσίευσης 2018-11-29
Αξιολόγηση 3.50/5 Συνολικά 8 Αξιολογήσεις
Προγραμματιστής https://loadfocus.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://loadfocus.com
URL της Σελίδας Πολιτικής Απορρήτου https://loadfocus.com/privacy
Υποστηριζόμενες Γλώσσες en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Load Testing LoadFocus.com",
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "popup.html",
        "default_title": "Load Testing in the Cloud from LoadFocus.com"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "js\/jquery-3.5.1.min.js",
                "js\/jquery.tablesorter.min.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "description": "Free Cloud Website and API Load Testing extension for creating and running free website and API load tests.",
    "homepage_url": "https:\/\/loadfocus.com",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "manifest_version": 2,
    "name": "Load Testing in the Cloud from LoadFocus.com",
    "permissions": [
        "storage",
        "activeTab",
        "",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "short_name": "LoadFocus.com",
    "version": "1.2.2"
}