SmartForm Assistant
A tool for aiding the debugging of Nintex SmartForms
Co to jest SmartForm Assistant?
SmartForm Assistant to rozszerzenie Chrome opracowane przez https://sfassist.com, a jego główną funkcją jest „A tool for aiding the debugging of Nintex SmartForms”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia SmartForm Assistant
Pobierz pliki rozszerzeń SmartForm Assistant w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | SmartForm Assistant |
ID | gofkomdjofigdlgfedgedbibbachbacb |
Oficjalny URL | https://chromewebstore.google.com/detail/smartform-assistant/gofkomdjofigdlgfedgedbibbachbacb |
Opis | A tool for aiding the debugging of Nintex SmartForms |
Rozmiar pliku | 8.2 MB |
Liczba instalacji | 108 |
Aktualna Wersja | 2.0.0.0 |
Ostatnia Aktualizacja | 2023-03-28 |
Data Publikacji | 2021-06-16 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | https://sfassist.com |
[email protected] | |
Typ Płatności | in_app |
Strona Rozszerzenia | https://sfassist.com |
Adres URL Strony Pomocy | https://sfassist.com/submit-ticket/ |
Adres URL Strony Polityki Prywatności | https://sfassist.com/privacy-policy |
Obsługiwane Języki | 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\/*", " |