Whatfix Studio

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

Whatfix Studio क्या है?

Whatfix Studio https://whatfix.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Use the Whatfix Studio extension to create interactive workflows on any web application."।

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

screenshot
screenshot
screenshot

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

crx प्रारूप में Whatfix Studio एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम Whatfix Studio Whatfix Studio
ID ohkeehjepccedbdpohnbapepongppfcj
आधिकारिक URL https://chromewebstore.google.com/detail/whatfix-studio/ohkeehjepccedbdpohnbapepongppfcj
विवरण Use the Whatfix Studio extension to create interactive workflows on any web application.
फ़ाइल का आकार 27.37 MB
स्थापना संख्या 133,467
वर्तमान संस्करण 2024.02.22.0736
अंतिम अपडेट 2024-02-25
प्रकाशन तिथि 2020-07-02
रेटिंग 4.58/5 कुल 24 रेटिंग्स
डेवलपर https://whatfix.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://whatfix.com
सहायता पृष्ठ URL https://support.whatfix.com
गोपनीयता नीति पृष्ठ URL https://whatfix.com/privacy-policy
समर्थित भाषाएँ 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:"
    }
}