SmartForm Assistant

A tool for aiding the debugging of Nintex SmartForms

Qu'est-ce que SmartForm Assistant ?

SmartForm Assistant est une extension Chrome développée par https://sfassist.com, et sa fonction principale est "A tool for aiding the debugging of Nintex SmartForms".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension SmartForm Assistant

Téléchargez les fichiers d'extension SmartForm Assistant au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom SmartForm Assistant SmartForm Assistant
ID gofkomdjofigdlgfedgedbibbachbacb
URL Officiel https://chromewebstore.google.com/detail/smartform-assistant/gofkomdjofigdlgfedgedbibbachbacb
Description A tool for aiding the debugging of Nintex SmartForms
Taille du Fichier 8.2 MB
Nombre d'Installations 108
Version Actuelle 2.0.0.0
Dernière Mise à Jour 2023-03-28
Date de Publication 2021-06-16
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://sfassist.com
Email [email protected]
Type de Paiement in_app
Site Web de l'Extension https://sfassist.com
URL de la Page d'Aide https://sfassist.com/submit-ticket/
URL de la Page de Politique de Confidentialité https://sfassist.com/privacy-policy
Langues Prises en Charge 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\/*",
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "js\/*.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "16": "\/assets\/icons\/Logo16XBright.png",
        "32": "\/assets\/icons\/Logo32XBright.png",
        "48": "\/assets\/icons\/Logo48X.png",
        "64": "\/assets\/icons\/LogoBeam64X.png",
        "128": "\/assets\/icons\/LogoGreyBeam128X.png"
    },
    "manifest_version": 3
}