Whatfix Studio

Use the Whatfix Studio extension to create interactive workflows on any web application.

Was ist Whatfix Studio?

Whatfix Studio ist eine Chrome-Erweiterung, die von https://whatfix.com entwickelt wurde, und ihr Hauptmerkmal ist "Use the Whatfix Studio extension to create interactive workflows on any web application.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Whatfix Studio-Erweiterungs-CRX-Datei herunterladen

Laden Sie Whatfix Studio-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        With this easy-to-use tool, you can 
-  Create interactive workflows within minutes
-  Annotate easily  
-  Add Smart tips anywhere on your application
-  Automatically generate multiple formats like video, PDFs and slideshows of the workflow                    

Grundlegende Informationen zur Erweiterung

Name Whatfix Studio Whatfix Studio
ID ohkeehjepccedbdpohnbapepongppfcj
Offizielle URL https://chromewebstore.google.com/detail/whatfix-studio/ohkeehjepccedbdpohnbapepongppfcj
Beschreibung Use the Whatfix Studio extension to create interactive workflows on any web application.
Dateigröße 27.37 MB
Installationsanzahl 133,467
Aktuelle Version 2024.02.22.0736
Letztes Update 2024-02-25
Veröffentlichungsdatum 2020-07-02
Bewertung 4.58/5 Insgesamt 24 Bewertungen
Entwickler https://whatfix.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://whatfix.com
Hilfeseite URL https://support.whatfix.com
URL der Datenschutzrichtlinien-Seite https://whatfix.com/privacy-policy
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Whatfix Studio",
    "version": "2024.02.22.0736",
    "manifest_version": 2,
    "description": "Use the Whatfix Studio extension to create interactive workflows on any web application.",
    "icons": {
        "128": "logo128.png",
        "48": "logo48.png",
        "38": "logo38.png",
        "32": "logo32.png",
        "19": "logo19.png",
        "16": "logo16.png"
    },
    "permissions": [
        "storage",
        "tabs",
        "cookies",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "webNavigation",
        ""
    ],
    "background": {
        "scripts": [
            "extension.background\/extension.background.nocache.js",
            "mirror\/mirror.background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "extension.foreground\/extension.foreground.nocache.js",
                "mirror\/mirror.foreground.js"
            ],
            "match_about_blank": true,
            "all_frames": true
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/static.zdassets.com https:\/\/www.googletagmanager.com https:\/\/www.google-analytics.com https:\/\/widget.intercom.io https:\/\/js.intercomcdn.com\/ https:\/\/cdn.whatfix.com\/ https:\/\/whatfix.com\/; object-src 'self'",
    "web_accessible_resources": [
        "extension.foreground\/*",
        "extension.background\/*",
        "whatfix.com\/*",
        "mirror\/*"
    ],
    "incognito": "split",
    "browser_action": {
        "default_icon": "logo19.png",
        "default_title": "Whatfix Studio"
    },
    "sandbox": {
        "pages": [
            "*\/bdSandbox.html",
            "*\/tmSandbox.html"
        ],
        "content_security_policy": "sandbox allow-scripts; worker-src blob:"
    }
}