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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة المساعدة | https://sfassist.com/submit-ticket/ |
عنوان صفحة سياسة الخصوصية | 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\/*", " |