SmartForm Assistant
A tool for aiding the debugging of Nintex SmartForms
SmartForm Assistant क्या है?
SmartForm Assistant https://sfassist.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A tool for aiding the debugging of Nintex SmartForms"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में SmartForm Assistant एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
सहायता पृष्ठ 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\/*", " |