Nogrunt - QA Automation
QA Automation
Cos'è Nogrunt - QA Automation?
Nogrunt - QA Automation è un'estensione di Chrome sviluppata da https://automate.nogrunt.com, e la sua funzione principale è "QA Automation".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Nogrunt - QA Automation
Scarica i file di estensione Nogrunt - QA Automation in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Nogrunt - QA Automation |
ID | neankkcidljlljifcclgcecadeimmolp |
URL Ufficiale | https://chromewebstore.google.com/detail/nogrunt-qa-automation/neankkcidljlljifcclgcecadeimmolp |
Descrizione | QA Automation |
Dimensione del File | 128 KB |
Conteggio Installazioni | 41 |
Versione Corrente | 1.0.22 |
Ultimo Aggiornamento | 2024-02-24 |
Data di Pubblicazione | 2023-03-05 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | https://automate.nogrunt.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://www.nogrunt.com |
URL della Pagina della Politica sulla Privacy | https://www.freeprivacypolicy.com/live/6d671c8a-5f20-4951-90cb-3f81ff83850e |
Lingue Supportate | 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": [ "*:\/\/*\/*" ] } |