SmartForm Assistant
A tool for aiding the debugging of Nintex SmartForms
SmartForm Assistant là gì?
SmartForm Assistant là một tiện ích mở rộng Chrome được phát triển bởi https://sfassist.com, và tính năng chính của nó là "A tool for aiding the debugging of Nintex SmartForms".
Ả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 SmartForm Assistant
Tải xuống các tệp mở rộng SmartForm Assistant 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
Nintex provides business automation strategies and recently acquired K2, a competitor in the same space. K2 has developed SmartForms as a solution for citizen developers to build low code web pages which guide the workflow process and provide a data entry platform. Simple K2 SmartForms are very easy to build but complex SmartForms trigger cascading events and are exceptionally difficult to debug - a complex form may fire 150 events just to load a the first screen of data. Debugging is limited to an XML output filled with Guids which is almost impossible to decipher. The SmartForm Assistant adds a custom tab in Dev Tools to aid debugging. This is exactly the same concept as the VueJS and Angular Dev Tool extensions. The SmartForm Assistant reads two files in a running SmartForm, translates the one into a representation of all the objects on a SmartForm, the second is passed, to a service to convert it into a human readable form, of the rules used to run the form. The custom dev tools panel displays these inputs and the third tab displays an output of the events as they happen. The event listing is the primary benefit of the extension.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | SmartForm Assistant |
ID | gofkomdjofigdlgfedgedbibbachbacb |
URL Chính Thức | https://chromewebstore.google.com/detail/smartform-assistant/gofkomdjofigdlgfedgedbibbachbacb |
Mô tả | A tool for aiding the debugging of Nintex SmartForms |
Kích Thước Tệp | 8.2 MB |
Số Lần Cài Đặt | 108 |
Phiên Bản Hiện Tại | 2.0.0.0 |
Cập Nhật Lần Cuối | 2023-03-28 |
Ngày Phát Hành | 2021-06-16 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | https://sfassist.com |
[email protected] | |
Loại Thanh Toán | in_app |
Trang Web Mở Rộng | https://sfassist.com |
URL Trang Trợ Giúp | https://sfassist.com/submit-ticket/ |
URL Trang Chính Sách Bảo Mật | https://sfassist.com/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SmartForm Assistant", "version": "2.0.0.0", "description": "A tool for aiding the debugging of Nintex SmartForms", "minimum_chrome_version": "88.0", "devtools_page": "html\/devtools.html", "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "permissions": [ "storage", "webNavigation", "contextMenus", "scripting" ], "host_permissions": [ "https:\/\/*.sfassist.com\/*", " |