SmartForm Assistant

A tool for aiding the debugging of Nintex SmartForms

什麼是SmartForm Assistant?

SmartForm Assistant是由https://sfassist.com開發的Chrome擴展程式,該擴展的主要功能是“A tool for aiding the debugging of Nintex SmartForms”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載SmartForm Assistant擴展crx文件

下載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
官方網址 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
}