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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Build real-time, on-screen instructions and data entry validations to embed into your web application in a couple of clicks."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Apty Studio 4.14.1 एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}