Nogrunt - QA Automation

QA Automation

Vad är Nogrunt - QA Automation?

Nogrunt - QA Automation är en Chrome-tillägg utvecklad av https://automate.nogrunt.com, och dess huvudfunktion är "QA Automation".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Nogrunt - QA Automation-förlängningens CRX-fil

Ladda ner Nogrunt - QA Automation-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Nogrunt - QA Automation Nogrunt - QA Automation
ID neankkcidljlljifcclgcecadeimmolp
Officiell webbadress https://chromewebstore.google.com/detail/nogrunt-qa-automation/neankkcidljlljifcclgcecadeimmolp
Beskrivning QA Automation
Filstorlek 128 KB
Antal Installationer 41
Aktuell Version 1.0.22
Senast Uppdaterad 2024-02-24
Publiceringsdatum 2023-03-05
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare https://automate.nogrunt.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://www.nogrunt.com
URL till Sekretesspolicy Sidan https://www.freeprivacypolicy.com/live/6d671c8a-5f20-4951-90cb-3f81ff83850e
Stödda Språk 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": [
        "*:\/\/*\/*"
    ]
}