Aspire.Jo Load Test

Load test your web service by simple tool.

Apa itu Aspire.Jo Load Test?

Aspire.Jo Load Test adalah ekstensi Chrome yang dikembangkan oleh anas.jbour, dan fitur utamanya adalah "Load test your web service by simple tool.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Aspire.Jo Load Test

Unduh file ekstensi Aspire.Jo Load Test dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Aspire.Jo Load Test Aspire.Jo Load Test
ID loelfbjfjgahbcdkdeccjkomnodkmpeo
URL Resmi https://chromewebstore.google.com/detail/aspirejo-load-test/loelfbjfjgahbcdkdeccjkomnodkmpeo
Deskripsi Load test your web service by simple tool.
Ukuran File 431 KB
Jumlah Instalasi 167
Versi Saat Ini 1.7
Terakhir Diperbarui 2018-07-22
Tanggal Publikasi 2018-07-22
Penilaian 5.00/5 Total 3 Penilaian
Pengembang anas.jbour
Tipe Pembayaran free
Bahasa yang Didukung 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
}