Nogrunt - QA Automation

QA Automation

Nogrunt - QA Automationとは何ですか?

Nogrunt - QA Automationはhttps://automate.nogrunt.comによって開発されたChromeの拡張機能で、その主な機能は「QA Automation」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Nogrunt - QA Automation拡張機能のCRXファイルをダウンロード

Nogrunt - QA Automation拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 Nogrunt - QA Automation Nogrunt - QA Automation
ID neankkcidljlljifcclgcecadeimmolp
公式URL https://chromewebstore.google.com/detail/nogrunt-qa-automation/neankkcidljlljifcclgcecadeimmolp
説明 QA Automation
ファイルサイズ 128 KB
インストール数 41
現在のバージョン 1.0.22
最終更新日 2024-02-24
公開日 2023-03-05
評価 5.00/5 合計 1 レビュー
開発者 https://automate.nogrunt.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://www.nogrunt.com
プライバシーポリシーページのURL https://www.freeprivacypolicy.com/live/6d671c8a-5f20-4951-90cb-3f81ff83850e
対応言語 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": [
        "*:\/\/*\/*"
    ]
}