Nogrunt - QA Automation
QA Automation
Wat is Nogrunt - QA Automation?
Nogrunt - QA Automation is een Chrome-extensie ontwikkeld door https://automate.nogrunt.com, en de belangrijkste functie is "QA Automation".
Extensie Screenshots
Download het CRX-bestand van de extensie Nogrunt - QA Automation
Download Nogrunt - QA Automation-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
Nogrunt is a turn key solution, that enables you to run your first automation script within 5 mins of installing this extension.
https://automate.nogrunt.com/#/LoginPage - to register and get your credentials to use the extension Basisinformatie over de Extensie
| Naam | |
| ID | neankkcidljlljifcclgcecadeimmolp |
| Officiële URL | https://chromewebstore.google.com/detail/nogrunt-qa-automation/neankkcidljlljifcclgcecadeimmolp |
| Beschrijving | QA Automation |
| Bestandsgrootte | 128 KB |
| Aantal Installaties | 41 |
| Huidige Versie | 1.0.22 |
| Laatst Bijgewerkt | 2024-02-24 |
| Publicatiedatum | 2023-03-05 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | https://automate.nogrunt.com |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | http://www.nogrunt.com |
| URL van de Privacybeleid Pagina | https://www.freeprivacypolicy.com/live/6d671c8a-5f20-4951-90cb-3f81ff83850e |
| Ondersteunde Talen | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Nogrunt - QA Automation",
"description": "QA Automation",
"version": "1.0.22",
"manifest_version": 3,
"icons": {
"16": ".\/images\/autospeed.png",
"32": ".\/images\/autospeed.png",
"48": ".\/images\/autospeed.png",
"128": ".\/images\/autospeed.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"foreground.js",
"html2canvas.js"
]
}
],
"background": {
"service_worker": ".\/background.js"
},
"action": {
"default_popup": ".\/popup.html",
"default_icons": {
"16": ".\/images\/autospeed.png",
"32": ".\/images\/autospeed.png",
"48": ".\/images\/autospeed.png",
"128": ".\/images\/autospeed.png"
}
},
"options_page": ".\/options.html",
"permissions": [
"storage",
"scripting",
"webNavigation",
"downloads",
"webRequest",
"windows",
"tabs",
"debugger"
],
"host_permissions": [
"*:\/\/*\/*"
]
} | |