Whatfix for Google

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

什么是Whatfix for Google?

Whatfix for Google是由Whatfix Deployment Team开发的Chrome扩展程序,该扩展的主要功能是“Whatfix provides in-app interactive guides and walkthroughs to Ease User Onboarding, Reduce Training, and Improve Support.”。

扩展截图

screenshot
screenshot
screenshot

下载Whatfix for Google扩展crx文件

下载Whatfix for Google扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Whatfix is a digital guidance and engagement platform that helps companies deliver modern and easy onboarding, effective training, and better support to users through contextual content displayed at the time of need. With Whatfix users get a personalized experience of the software application, starting from onboarding and training to continued engagement. You can use Whatfix across all web-based applications and it's available as a simple, easy-to-install browser extension.                    

扩展基本信息

名称 Whatfix for Google Whatfix for Google
ID fepkmkdameafkbpknifgfhfmoogdcjck
官方URL https://chromewebstore.google.com/detail/whatfix-for-google/fepkmkdameafkbpknifgfhfmoogdcjck
简介 Whatfix provides in-app interactive guides and walkthroughs to Ease User Onboarding, Reduce Training, and Improve Support.
文件大小 9.22 MB
安装次数 120
当前版本 2023.2.27.1028
更新时间 2023-02-28
上架时间 2022-02-08
开发者 Whatfix Deployment Team
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://whatfix.com/privacy-policy
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Whatfix for Google",
    "version": "2023.2.27.1028",
    "manifest_version": 3,
    "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"
    },
    "background": {
        "service_worker": "extension.background\/extension.background.nocache.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.google.com\/*",
                "*:\/\/*\/*"
            ],
            "js": [
                "extension.foreground\/extension.foreground.nocache.js"
            ],
            "all_frames": true
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.whatfix.com\/*\/extension\/*"
        ]
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "whatfix.com\/*",
                "config.json"
            ],
            "matches": [
                "*:\/\/*.google.com\/*",
                "*:\/\/*\/*"
            ]
        }
    ],
    "action": {
        "browser_action": {
            "default_icon": "logo19.png",
            "default_title": "Whatfix for Google"
        }
    },
    "permissions": [
        "webNavigation",
        "storage",
        "alarms"
    ],
    "host_permissions": [
        "https:\/\/*.quickolabs.com\/*"
    ]
}