Nogrunt - QA Automation
QA Automation
什么是Nogrunt - QA Automation?
Nogrunt - QA Automation是由https://automate.nogrunt.com开发的Chrome扩展程序,该扩展的主要功能是“QA Automation”。
扩展截图
下载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 |
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 |
电子邮箱 | [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": [ "*:\/\/*\/*" ] } |