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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Whatfix provides in-app interactive guides and walkthroughs to Ease User Onboarding, Reduce Training, and Improve Support."입니다.
확장 프로그램 스크린샷
Whatfix WFH kit 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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" } } |