SmartForm Assistant
A tool for aiding the debugging of Nintex SmartForms
Что такое SmartForm Assistant?
SmartForm Assistant - это расширение Chrome, разработанное https://sfassist.com, и его основная функция - "A tool for aiding the debugging of Nintex SmartForms".
Снимки экрана расширения
Скачать файл CRX расширения SmartForm Assistant
Скачайте файлы расширений SmartForm Assistant в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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.
Основная информация о расширении
Название | SmartForm Assistant |
ID | gofkomdjofigdlgfedgedbibbachbacb |
Официальный URL | https://chromewebstore.google.com/detail/smartform-assistant/gofkomdjofigdlgfedgedbibbachbacb |
Описание | A tool for aiding the debugging of Nintex SmartForms |
Размер файла | 8.2 MB |
Количество установок | 108 |
Текущая Версия | 2.0.0.0 |
Последнее Обновление | 2023-03-28 |
Дата публикации | 2021-06-16 |
Рейтинг | 5.00/5 Всего 1 оценок |
Разработчик | https://sfassist.com |
Электронная почта | [email protected] |
Тип оплаты | in_app |
Официальный сайт расширения | https://sfassist.com |
URL страницы помощи | https://sfassist.com/submit-ticket/ |
URL страницы политики конфиденциальности | https://sfassist.com/privacy-policy |
Поддерживаемые языки | 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\/*", " |