Aspire.Jo Load Test
Load test your web service by simple tool.
What is Aspire.Jo Load Test?
Aspire.Jo Load Test is a Chrome extension developed by anas.jbour, and its main feature is "Load test your web service by simple tool.".
Extension Screenshots
Download Aspire.Jo Load Test Extension CRX File
Download Aspire.Jo Load Test extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Load test, stress test your web service by simple and free tool from Aspire.jo
Extension Basic Information
Name | Aspire.Jo Load Test |
ID | loelfbjfjgahbcdkdeccjkomnodkmpeo |
Official URL | https://chromewebstore.google.com/detail/aspirejo-load-test/loelfbjfjgahbcdkdeccjkomnodkmpeo |
Description | Load test your web service by simple tool. |
File Size | 431 KB |
Installation Count | 167 |
Current Version | 1.7 |
Last Updated | 2018-07-22 |
Publish Date | 2018-07-22 |
Rating | 5.00/5 Total 3 Ratings |
Developer | anas.jbour |
Payment Type | free |
Supported Languages | 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 } |