Nogrunt - QA Automation
QA Automation
Nogrunt - QA Automation란 무엇입니까?
Nogrunt - QA Automation은(는) https://automate.nogrunt.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "QA Automation"입니다.
확장 프로그램 스크린샷
Nogrunt - QA Automation 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 확장 프로그램 기본 정보
| 이름 | |
| 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": [
"*:\/\/*\/*"
]
} | |