Next Experience Developer Tools
Debugging/Profiling tools for your ServiceNow Next Experiences.
Next Experience Developer Tools là gì?
Next Experience Developer Tools là một tiện ích mở rộng Chrome được phát triển bởi ServiceNow, và tính năng chính của nó là "Debugging/Profiling tools for your ServiceNow Next Experiences.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Next Experience Developer Tools
Tải xuống các tệp mở rộng Next Experience Developer Tools dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
The extension is composed of two panels: 🔎 Next Exp Inspector and 📈 Next Exp Profiler. 🔎 The Next Exp Inspector has the capability to observe page behavior and access component details via four distinct tabs. • Components: analyze the DOM tree and inspect a component’s properties, state and actions. • Actions: view a list of actions dispatched by the page and generate a new custom action when needed for testing. • Transactions: view a list of events grouped by transaction and ordered by duration to better understand the sequence of events on the page. • Logs: view a list of logs that have been emitted across the page. 📈 Next Exp Profiler allows you to create, manage, and compare profiles for optimizing page performance proactively. • Profile: view detailed information about the page execution to understand its performance and opportunities for optimizations. • Compare: See what has changed between two profiles by viewing differences across different event types. This helps identify areas of focus when troubleshooting performance degradation.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Next Experience Developer Tools |
ID | ilkodijinjhpdnnfpccijledlapkfmhc |
URL Chính Thức | https://chromewebstore.google.com/detail/next-experience-developer/ilkodijinjhpdnnfpccijledlapkfmhc |
Mô tả | Debugging/Profiling tools for your ServiceNow Next Experiences. |
Kích Thước Tệp | 2.33 MB |
Số Lần Cài Đặt | 1,402 |
Phiên Bản Hiện Tại | 3.1.5 |
Cập Nhật Lần Cuối | 2023-12-15 |
Ngày Phát Hành | 2023-08-04 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | ServiceNow |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://www.servicenow.com/service-privacy.html |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Next Experience Developer Tools", "version": "3.1.5", "version_name": "3.1.5", "minimum_chrome_version": "100", "description": "Debugging\/Profiling tools for your ServiceNow Next Experiences.", "homepage_url": "https:\/\/developer.servicenow.com\/dev.do#!\/reference\/next-experience\/vancouver\/seismic-devtools\/getting-started", "devtools_page": "devtools.html", "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'; style-src * 'unsafe-inline'; img-src 'self' data:;" }, "background": { "service_worker": "background-script.js" }, "content_scripts": [ { "matches": [ " |