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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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
}