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 |
官方網址 | 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": [ "*:\/\/*\/*" ] } |