Nogrunt - QA Automation
QA Automation
Co to jest Nogrunt - QA Automation?
Nogrunt - QA Automation to rozszerzenie Chrome opracowane przez https://automate.nogrunt.com, a jego główną funkcją jest „QA Automation”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Nogrunt - QA Automation
Pobierz pliki rozszerzeń Nogrunt - QA Automation w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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 Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | neankkcidljlljifcclgcecadeimmolp |
| Oficjalny URL | https://chromewebstore.google.com/detail/nogrunt-qa-automation/neankkcidljlljifcclgcecadeimmolp |
| Opis | QA Automation |
| Rozmiar pliku | 128 KB |
| Liczba instalacji | 41 |
| Aktualna Wersja | 1.0.22 |
| Ostatnia Aktualizacja | 2024-02-24 |
| Data Publikacji | 2023-03-05 |
| Ocena | 5.00/5 Łącznie 1 Oceny |
| Deweloper | https://automate.nogrunt.com |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | http://www.nogrunt.com |
| Adres URL Strony Polityki Prywatności | https://www.freeprivacypolicy.com/live/6d671c8a-5f20-4951-90cb-3f81ff83850e |
| Obsługiwane Języki | 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": [
"*:\/\/*\/*"
]
} | |