Apty Studio 4.14.1

Build real-time, on-screen instructions and data entry validations to embed into your web application in a couple of clicks.

Apty Studio 4.14.1란 무엇입니까?

Apty Studio 4.14.1은(는) letznavpublisher에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Build real-time, on-screen instructions and data entry validations to embed into your web application in a couple of clicks."입니다.

확장 프로그램 스크린샷

screenshot

Apty Studio 4.14.1 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        The Apty Assist Studio extension connects your Chrome browser to the Apty Desktop Studio, so you can start adding interactive guidance to any web application.

The Assist Studio unlocks the power of creating supporting tools that will help you "be there" for your prospects, customers, employees or partners by helping them navigate the application with Workflows, answering their questions with Tooltips, ensuring data accuracy with Validations and other tools.

You can use the Assist Studio to streamline processes and secure your data and app performance in a couple of clicks, as creating most of the instructional content requires little to no coding skills. For more info refer to the Apty Support Portal at https://support.apty.io/                    

확장 프로그램 기본 정보

이름 Apty Studio 4.14.1 Apty Studio 4.14.1
ID gdnkpilcpkfbnoojjfioffjpnjkoemlj
공식 URL https://chromewebstore.google.com/detail/apty-studio-4141/gdnkpilcpkfbnoojjfioffjpnjkoemlj
설명 Build real-time, on-screen instructions and data entry validations to embed into your web application in a couple of clicks.
파일 크기 8.68 MB
설치 횟수 21
현재 버전 4.14.1
최근 업데이트 2022-02-02
출시 날짜 2022-02-02
개발자 letznavpublisher
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://support.apty.io/hc/en-us/articles/8823594740635-Privacy-Policy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Apty Studio 4.14.1",
    "version": "4.14.1",
    "description": "Build real-time, on-screen instructions and data entry validations to embed into your web application in a couple of clicks.",
    "icons": {
        "16": "assets\/icon\/icon16.png",
        "32": "assets\/icon\/greyedicon32.png",
        "48": "assets\/icon\/icon48.png",
        "128": "assets\/icon\/icon128.png"
    },
    "permissions": [
        "",
        "storage",
        "tabs"
    ],
    "content_security_policy": "script-src 'self' http:\/\/localhost:8080 'unsafe-eval'; object-src 'self';img-src 'self';",
    "web_accessible_resources": [
        "*"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "exclude_globs": [
                "*.pdf*"
            ],
            "js": [
                "polyfills.bundle.js",
                "vendor.bundle.js",
                "main.bundle.js",
                "libraries.bundle.js"
            ],
            "css": [
                "styles.bundle.css"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ],
    "background": {
        "scripts": [
            "polyfills.bundle.js",
            "vendor.bundle.js",
            "background.bundle.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "Apty Assist Studio",
        "default_icon": "assets\/icon\/greyedicon32.png"
    }
}