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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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\/*"
    ]
}