Whatfix WFH kit

Whatfix provides in-app interactive guides and walkthroughs to Ease User Onboarding, Reduce Training, and Improve Support.

Whatfix WFH kit क्या है?

Whatfix WFH kit Whatfix Inc द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Whatfix provides in-app interactive guides and walkthroughs to Ease User Onboarding, Reduce Training, and Improve Support."।

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

screenshot
screenshot
screenshot

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

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

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

                        The Whatfix From Home chrome extension provides in-app interactive guidance for today's top video conferencing, collaboration, and productivity apps. The extension comprises of step-by-step walkthroughs for top workflows on Zoom and Google Meet currently, with more apps to follow in the coming weeks.

Companies have resorted to video conferencing and collaboration apps to ensure business continuity and maintain workplace level productivity during this period when most of the global workforce has is working remotely.

Whatfix has created this chrome extension to help users get started and quickly discover and familiarize themselves with the most frequently used workflows on these applications. This eliminates the need for users to approach your support team with 'how-to' queries and focus their time on productive tasks. 

The extension will be updated with walkthroughs for applications including Skype, WebEx, Slack, MS Teams, MS Dynamics, Share-point, Salesforce, and Chorus in the coming weeks.                    

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

नाम Whatfix WFH kit Whatfix WFH kit
ID hifcnnhbjboloiilafdjbcoephnfidmc
आधिकारिक URL https://chromewebstore.google.com/detail/whatfix-wfh-kit/hifcnnhbjboloiilafdjbcoephnfidmc
विवरण Whatfix provides in-app interactive guides and walkthroughs to Ease User Onboarding, Reduce Training, and Improve Support.
फ़ाइल का आकार 2.72 MB
स्थापना संख्या 82
वर्तमान संस्करण 2020.5.22.638
अंतिम अपडेट 2020-06-08
प्रकाशन तिथि 2020-06-07
डेवलपर Whatfix Inc
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://whatfix.com
सहायता पृष्ठ URL https://support.whatfix.com
गोपनीयता नीति पृष्ठ URL https://whatfix.com/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Whatfix WFH kit",
    "version": "2020.5.22.638",
    "manifest_version": 2,
    "description": "Whatfix provides in-app interactive guides and walkthroughs to Ease User Onboarding, Reduce Training, and Improve Support.",
    "icons": {
        "128": "logo128.png",
        "48": "logo48.png",
        "38": "logo38.png",
        "32": "logo32.png",
        "19": "logo19.png",
        "16": "logo16.png"
    },
    "permissions": [
        "http:\/\/*.whatfix.com\/*",
        "https:\/\/*.whatfix.com\/*",
        "webNavigation"
    ],
    "background": {
        "scripts": [
            "extension.background\/extension.background.nocache.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.zoom.us\/*",
                "https:\/\/meet.google.com\/*"
            ],
            "js": [
                "extension.foreground\/extension.foreground.nocache.js"
            ],
            "all_frames": true
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.whatfix.com\/*\/extension\/*"
        ]
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "web_accessible_resources": [
        "whatfix.com\/*"
    ],
    "browser_action": {
        "default_icon": "logo19.png",
        "default_title": "Whatfix WFH kit"
    }
}