Demo Apty Studio

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

Τι είναι το Demo Apty Studio;

Το Demo Apty Studio είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Apty Inc., και η κύρια λειτουργία του είναι "Build real-time, on-screen instructions and data entry validations to embed into your web application in a couple of clicks.".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Demo Apty Studio

Λήψη αρχείων επέκτασης Demo Apty Studio σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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/                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Demo Apty Studio Demo Apty Studio
ID ejnohibmjlflhcbckpnlfgjjbpmjolpd
Επίσημο URL https://chromewebstore.google.com/detail/demo-apty-studio/ejnohibmjlflhcbckpnlfgjjbpmjolpd
Περιγραφή Build real-time, on-screen instructions and data entry validations to embed into your web application in a couple of clicks.
Μέγεθος Αρχείου 983 KB
Αριθμός Εγκαταστάσεων 102
Τρέχουσα Έκδοση 4.21.21
Τελευταία Ενημέρωση 2023-07-31
Ημερομηνία Δημοσίευσης 2020-09-20
Προγραμματιστής Apty Inc.
Ηλεκτρονικό ταχυδρομείο [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": 3,
    "name": "Demo Apty Studio",
    "version": "4.21.21",
    "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\/icon32.png",
        "48": "assets\/icon\/icon48.png",
        "128": "assets\/icon\/icon128.png"
    },
    "host_permissions": [
        "https:\/\/*.apty.io\/",
        ""
    ],
    "permissions": [
        "storage",
        "tabs",
        "system.display"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';img-src * data: blob;"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "*",
                "window.var.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "exclude_globs": [
                "*.pdf*"
            ],
            "js": [
                "polyfills.bundle.js",
                "main.bundle.js",
                "libraries.bundle.js"
            ],
            "css": [
                "styles.bundle.css"
            ],
            "run_at": "document_idle",
            "all_frames": true,
            "exclude_matches": [
                "http:\/\/localhost:3002\/*",
                "https:\/\/studio.development.apty.io\/*",
                "https:\/\/studio.qa.apty.io\/*",
                "https:\/\/studio.qa1.apty.io\/*",
                "https:\/\/studio.automation.apty.io\/*",
                "https:\/\/studio.staging.apty.io\/*",
                "https:\/\/studio.hotfix.apty.io\/*",
                "https:\/\/studio.demo.apty.io\/*",
                "https:\/\/studio.app.apty.io\/*",
                "https:\/\/studio.au.apty.io\/*",
                "https:\/\/studio.eu1.apty.io\/*"
            ]
        },
        {
            "matches": [
                "http:\/\/localhost:3002\/*",
                "https:\/\/studio.development.apty.io\/*",
                "https:\/\/studio.qa.apty.io\/*",
                "https:\/\/studio.qa1.apty.io\/*",
                "https:\/\/studio.automation.apty.io\/*",
                "https:\/\/studio.staging.apty.io\/*",
                "https:\/\/studio.hotfix.apty.io\/*",
                "https:\/\/studio.demo.apty.io\/*",
                "https:\/\/studio.app.apty.io\/*",
                "https:\/\/studio.au.apty.io\/*",
                "https:\/\/studio.eu1.apty.io\/*"
            ],
            "js": [
                "studioContent.bundle.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_title": "Apty Assist Studio",
        "default_icon": "assets\/icon\/greyedicon32.png"
    },
    "externally_connectable": {
        "matches": [
            "http:\/\/localhost:3002\/*",
            "https:\/\/studio.development.apty.io\/*",
            "https:\/\/studio.qa.apty.io\/*",
            "https:\/\/studio.qa1.apty.io\/*",
            "https:\/\/studio.automation.apty.io\/*",
            "https:\/\/studio.staging.apty.io\/*",
            "https:\/\/studio.hotfix.apty.io\/*",
            "https:\/\/studio.demo.apty.io\/*",
            "https:\/\/studio.app.apty.io\/*",
            "https:\/\/studio.au.apty.io\/*",
            "https:\/\/studio.eu1.apty.io\/*"
        ]
    }
}