Aspire.Jo Load Test

Load test your web service by simple tool.

Cos'è Aspire.Jo Load Test?

Aspire.Jo Load Test è un'estensione di Chrome sviluppata da anas.jbour, e la sua funzione principale è "Load test your web service by simple tool.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Aspire.Jo Load Test

Scarica i file di estensione Aspire.Jo Load Test in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Load test, stress test your web service by simple and free tool from Aspire.jo                    

Informazioni di Base sull'Estensione

Nome Aspire.Jo Load Test Aspire.Jo Load Test
ID loelfbjfjgahbcdkdeccjkomnodkmpeo
URL Ufficiale https://chromewebstore.google.com/detail/aspirejo-load-test/loelfbjfjgahbcdkdeccjkomnodkmpeo
Descrizione Load test your web service by simple tool.
Dimensione del File 431 KB
Conteggio Installazioni 167
Versione Corrente 1.7
Ultimo Aggiornamento 2018-07-22
Data di Pubblicazione 2018-07-22
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore anas.jbour
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Aspire.Jo Load Test",
    "short_name": "Load Tester",
    "version": "1.7",
    "description": "Load test your web service by simple tool.",
    "permissions": [
        "activeTab",
        "declarativeContent",
        "storage",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "home.html",
        "default_icon": {
            "16": "images\/loadTest16.png",
            "32": "images\/loadTest32.png",
            "48": "images\/loadTest48.png",
            "128": "images\/loadTest128.png"
        }
    },
    "icons": {
        "16": "images\/loadTest16.png",
        "32": "images\/loadTest32.png",
        "48": "images\/loadTest48.png",
        "128": "images\/loadTest128.png"
    },
    "manifest_version": 2
}