WebPageTest Recorder Extension
An extension for Chrome Recorder to export a recorder session as a WebPageTest Custom Script
WebPageTest Recorder Extensionคืออะไร?
WebPageTest Recorder Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย WebPageTest และคุณลักษณะหลักของมันคือ "An extension for Chrome Recorder to export a recorder session as a WebPageTest Custom Script"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย WebPageTest Recorder Extension
ดาวน์โหลดไฟล์ส่วนขยาย WebPageTest Recorder Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
With Chrome Recorder and the WebPageTest Recorder Extension, you can start testing user flows in WebPageTest with just a few clicks and zero coding. Use the built-in Chrome Recorder functionality to quickly record different user journeys through your sites and applications, and then export them directly as WebPageTest Custom scripts so that you can test those same journeys in WebPageTest and get reproducible, reliable and actionable performance data. If you have any feedback, please file an issue on our extension repository: https://github.com/WebPageTest/recorder-to-webpagetest-chrome-extension/issues For more information about our recorder extension, Visit https://www.youtube.com/watch?v=zlm8KLttkx8 Github: https://github.com/WebPageTest/recorder-to-webpagetest-chrome-extension
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | WebPageTest Recorder Extension |
ID | eklpnjohdjknellndlnepihjnhpaimok |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/webpagetest-recorder-exte/eklpnjohdjknellndlnepihjnhpaimok |
คำอธิบาย | An extension for Chrome Recorder to export a recorder session as a WebPageTest Custom Script |
ขนาดไฟล์ | 44.19 KB |
จำนวนการติดตั้ง | 1,784 |
เวอร์ชันปัจจุบัน | 1.1.2 |
อัปเดตครั้งล่าสุด | 2023-04-06 |
วันที่เผยแพร่ | 2022-08-11 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | WebPageTest |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.webpagetest.org/ |
URL หน้าช่วยเหลือ | https://github.com/WebPageTest/recorder-to-webpagetest-chrome-extension |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "1.1.2", "name": "WebPageTest Recorder Extension", "description": "An extension for Chrome Recorder to export a recorder session as a WebPageTest Custom Script", "permissions": [], "devtools_page": "webpagetest-export.html", "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "action": { "default_popup": "webpagetest-export.html", "default_title": "WebPageTest Recorder Extention" }, "icons": { "16": "assets\/icon16.png", "32": "assets\/icon32.png", "48": "assets\/icon48.png", "128": "assets\/icon128.png" }, "minimum_chrome_version": "104.0.0.0" } |