Aspire.Jo Load Test
Load test your web service by simple tool.
Wat is Aspire.Jo Load Test?
Aspire.Jo Load Test is een Chrome-extensie ontwikkeld door anas.jbour, en de belangrijkste functie is "Load test your web service by simple tool.".
Extensie Screenshots
Download het CRX-bestand van de extensie Aspire.Jo Load Test
Download Aspire.Jo Load Test-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Load test, stress test your web service by simple and free tool from Aspire.jo Basisinformatie over de Extensie
| Naam | |
| ID | loelfbjfjgahbcdkdeccjkomnodkmpeo |
| Officiële URL | https://chromewebstore.google.com/detail/aspirejo-load-test/loelfbjfjgahbcdkdeccjkomnodkmpeo |
| Beschrijving | Load test your web service by simple tool. |
| Bestandsgrootte | 431 KB |
| Aantal Installaties | 167 |
| Huidige Versie | 1.7 |
| Laatst Bijgewerkt | 2018-07-22 |
| Publicatiedatum | 2018-07-22 |
| Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
| Ontwikkelaar | anas.jbour |
| Betalingswijze | free |
| Ondersteunde Talen | 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
} | |