Aspire.Jo Load Test

Load test your web service by simple tool.

ما هو Aspire.Jo Load Test؟

Aspire.Jo Load Test هو إضافة Chrome تم تطويرها بواسطة anas.jbour، والميزة الرئيسية لها هي "Load test your web service by simple tool.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Aspire.Jo Load Test

قم بتنزيل ملفات الامتداد Aspire.Jo Load Test بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان URL الرسمي 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
}