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".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου 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 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\/*",
        ""
    ],
    "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
}