Whatfix Studio

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

Qu'est-ce que Whatfix Studio ?

Whatfix Studio est une extension Chrome développée par https://whatfix.com, et sa fonction principale est "Use the Whatfix Studio extension to create interactive workflows on any web application.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Whatfix Studio

Téléchargez les fichiers d'extension Whatfix Studio au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Whatfix Studio Whatfix Studio
ID ohkeehjepccedbdpohnbapepongppfcj
URL Officiel https://chromewebstore.google.com/detail/whatfix-studio/ohkeehjepccedbdpohnbapepongppfcj
Description Use the Whatfix Studio extension to create interactive workflows on any web application.
Taille du Fichier 27.37 MB
Nombre d'Installations 133,467
Version Actuelle 2024.02.22.0736
Dernière Mise à Jour 2024-02-25
Date de Publication 2020-07-02
Évaluation 4.58/5 Total 24 Évaluations
Développeur https://whatfix.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://whatfix.com
URL de la Page d'Aide https://support.whatfix.com
URL de la Page de Politique de Confidentialité https://whatfix.com/privacy-policy
Langues Prises en Charge 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:"
    }
}