Whatfix for Google
Whatfix provides in-app interactive guides and walkthroughs to Ease User Onboarding, Reduce Training, and Improve Support.
Qu'est-ce que Whatfix for Google ?
Whatfix for Google est une extension Chrome développée par Whatfix Deployment Team, et sa fonction principale est "Whatfix provides in-app interactive guides and walkthroughs to Ease User Onboarding, Reduce Training, and Improve Support.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Whatfix for Google
Téléchargez les fichiers d'extension Whatfix for Google au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Whatfix for Google |
ID | fepkmkdameafkbpknifgfhfmoogdcjck |
URL Officiel | https://chromewebstore.google.com/detail/whatfix-for-google/fepkmkdameafkbpknifgfhfmoogdcjck |
Description | Whatfix provides in-app interactive guides and walkthroughs to Ease User Onboarding, Reduce Training, and Improve Support. |
Taille du Fichier | 9.22 MB |
Nombre d'Installations | 120 |
Version Actuelle | 2023.2.27.1028 |
Dernière Mise à Jour | 2023-02-28 |
Date de Publication | 2022-02-08 |
Développeur | Whatfix Deployment Team |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://whatfix.com/privacy-policy |
Langues Prises en Charge | 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\/*" ] } |