Aspire.Jo Load Test

Load test your web service by simple tool.

什麼是Aspire.Jo Load Test?

Aspire.Jo Load Test是由anas.jbour開發的Chrome擴展程式,該擴展的主要功能是“Load test your web service by simple tool.”。

擴展截圖

screenshot

下載Aspire.Jo Load Test擴展crx文件

下載Aspire.Jo Load Test擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 Aspire.Jo Load Test Aspire.Jo Load Test
ID loelfbjfjgahbcdkdeccjkomnodkmpeo
官方網址 https://chromewebstore.google.com/detail/aspirejo-load-test/loelfbjfjgahbcdkdeccjkomnodkmpeo
簡介 Load test your web service by simple tool.
檔案大小 431 KB
安裝次數 167
目前版本 1.7
更新時間 2018-07-22
上架時間 2018-07-22
評分 5.00/5 共 3 次評分
開發者 anas.jbour
付費類型 free
支援的語言 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
}