Aspire.Jo Load Test

Load test your web service by simple tool.

Vad är Aspire.Jo Load Test?

Aspire.Jo Load Test är en Chrome-tillägg utvecklad av anas.jbour, och dess huvudfunktion är "Load test your web service by simple tool.".

Tilläggsskärmbilder

screenshot

Ladda ner Aspire.Jo Load Test-förlängningens CRX-fil

Ladda ner Aspire.Jo Load Test-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Aspire.Jo Load Test Aspire.Jo Load Test
ID loelfbjfjgahbcdkdeccjkomnodkmpeo
Officiell webbadress https://chromewebstore.google.com/detail/aspirejo-load-test/loelfbjfjgahbcdkdeccjkomnodkmpeo
Beskrivning Load test your web service by simple tool.
Filstorlek 431 KB
Antal Installationer 167
Aktuell Version 1.7
Senast Uppdaterad 2018-07-22
Publiceringsdatum 2018-07-22
Betyg 5.00/5 Totalt 3 Betyg
Utvecklare anas.jbour
Betalningssätt free
Stödda Språk 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
}