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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Whatfix Inc และคุณลักษณะหลักของมันคือ "Whatfix provides in-app interactive guides and walkthroughs to Ease User Onboarding, Reduce Training, and Improve Support."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Whatfix WFH kit

ดาวน์โหลดไฟล์ส่วนขยาย Whatfix WFH kit ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    }
}