Nogrunt - QA Automation

QA Automation

Was ist Nogrunt - QA Automation?

Nogrunt - QA Automation ist eine Chrome-Erweiterung, die von https://automate.nogrunt.com entwickelt wurde, und ihr Hauptmerkmal ist "QA Automation".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Nogrunt - QA Automation-Erweiterungs-CRX-Datei herunterladen

Laden Sie Nogrunt - QA Automation-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Nogrunt - QA Automation Nogrunt - QA Automation
ID neankkcidljlljifcclgcecadeimmolp
Offizielle URL https://chromewebstore.google.com/detail/nogrunt-qa-automation/neankkcidljlljifcclgcecadeimmolp
Beschreibung QA Automation
Dateigröße 128 KB
Installationsanzahl 41
Aktuelle Version 1.0.22
Letztes Update 2024-02-24
Veröffentlichungsdatum 2023-03-05
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler https://automate.nogrunt.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://www.nogrunt.com
URL der Datenschutzrichtlinien-Seite https://www.freeprivacypolicy.com/live/6d671c8a-5f20-4951-90cb-3f81ff83850e
Unterstützte Sprachen 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": [
        "*:\/\/*\/*"
    ]
}