Nogrunt - QA Automation

QA Automation

Nogrunt - QA Automation là gì?

Nogrunt - QA Automation là một tiện ích mở rộng Chrome được phát triển bởi https://automate.nogrunt.com, và tính năng chính của nó là "QA Automation".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Nogrunt - QA Automation

Tải xuống các tệp mở rộng Nogrunt - QA Automation dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Nogrunt - QA Automation Nogrunt - QA Automation
ID neankkcidljlljifcclgcecadeimmolp
URL Chính Thức https://chromewebstore.google.com/detail/nogrunt-qa-automation/neankkcidljlljifcclgcecadeimmolp
Mô tả QA Automation
Kích Thước Tệp 128 KB
Số Lần Cài Đặt 41
Phiên Bản Hiện Tại 1.0.22
Cập Nhật Lần Cuối 2024-02-24
Ngày Phát Hành 2023-03-05
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://automate.nogrunt.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://www.nogrunt.com
URL Trang Chính Sách Bảo Mật https://www.freeprivacypolicy.com/live/6d671c8a-5f20-4951-90cb-3f81ff83850e
Ngôn Ngữ Được Hỗ Trợ 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": [
        "*:\/\/*\/*"
    ]
}