Nogrunt - QA Automation
QA Automation
Qu'est-ce que Nogrunt - QA Automation ?
Nogrunt - QA Automation est une extension Chrome développée par https://automate.nogrunt.com, et sa fonction principale est "QA Automation".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Nogrunt - QA Automation
Téléchargez les fichiers d'extension Nogrunt - QA Automation au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Nogrunt - QA Automation |
ID | neankkcidljlljifcclgcecadeimmolp |
URL Officiel | https://chromewebstore.google.com/detail/nogrunt-qa-automation/neankkcidljlljifcclgcecadeimmolp |
Description | QA Automation |
Taille du Fichier | 128 KB |
Nombre d'Installations | 41 |
Version Actuelle | 1.0.22 |
Dernière Mise à Jour | 2024-02-24 |
Date de Publication | 2023-03-05 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | https://automate.nogrunt.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://www.nogrunt.com |
URL de la Page de Politique de Confidentialité | https://www.freeprivacypolicy.com/live/6d671c8a-5f20-4951-90cb-3f81ff83850e |
Langues Prises en Charge | 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": [ "*:\/\/*\/*" ] } |