Nogrunt - QA Automation
QA Automation
Nogrunt - QA Automationคืออะไร?
Nogrunt - QA Automation เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://automate.nogrunt.com และคุณลักษณะหลักของมันคือ "QA Automation"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Nogrunt - QA Automation
ดาวน์โหลดไฟล์ส่วนขยาย 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 ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| 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": [
"*:\/\/*\/*"
]
} | |