Whatfix for Sophos - Support
Whatfix provides in-app guides and walkthroughs to Ease User Onboarding of Service Cloud.
Τι είναι το Whatfix for Sophos - Support;
Το Whatfix for Sophos - Support είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Whatfix Inc, και η κύρια λειτουργία του είναι "Whatfix provides in-app guides and walkthroughs to Ease User Onboarding of Service Cloud.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Whatfix for Sophos - Support
Λήψη αρχείων επέκτασης Whatfix for Sophos - Support σε μορφή 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 its available as a simple, easy-to-install browser extension. Personalized User Onboarding- Access personalized and contextual in-app content to make it simple and intuitive for you to use the software application. Walkthroughs guide you, step-by-step for the completion of activities in the system. In-App Help and Guidance- Whatfix eliminates the need for you to approach your support staff for 'how to' queries. Our help content can be personalized based on where you are in the application, to provide you with relevant information whenever you need it. On the Job Learning- Our automatically-generated multi-format content makes for more engaging and effective training compared to traditional training. Videos, pdf, slideshows can be pulled into your LMS with SCORM integration to use as a part of your learning plan.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Whatfix for Sophos - Support |
ID | llhihpdinhfoaboingpihgkappocchco |
Επίσημο URL | https://chromewebstore.google.com/detail/whatfix-for-sophos-suppor/llhihpdinhfoaboingpihgkappocchco |
Περιγραφή | Whatfix provides in-app guides and walkthroughs to Ease User Onboarding of Service Cloud. |
Μέγεθος Αρχείου | 7.02 MB |
Αριθμός Εγκαταστάσεων | 162 |
Τρέχουσα Έκδοση | 2024.2.28.113 |
Τελευταία Ενημέρωση | 2024-02-28 |
Ημερομηνία Δημοσίευσης | 2020-06-26 |
Προγραμματιστής | 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 for Sophos - Support", "version": "2024.2.28.113", "manifest_version": 3, "description": "Whatfix provides in-app guides and walkthroughs to Ease User Onboarding of Service Cloud.", "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": [ "*:\/\/sophos2--grnqa2.sandbox.my.salesforce.com\/*", "*:\/\/*.salesforce.com\/*", "*:\/\/sophos--qa1.my.salesforce.com\/*", "*:\/\/sophos2.lightning.force.com\/*", "*:\/\/sophos--qa2.cs29.my.salesforce.com\/*", "*:\/\/sophos2.my.salesforce.com\/*", "*:\/\/sophos--qa1.lightning.force.com\/*", "*:\/\/sophos--qa2.my.salesforce.com\/*", "*:\/\/sophos2--grnstgng2.sandbox.lightning.force.com\/*", "*:\/\/sophos.sendsafely.eu\/jsp\/*", "*:\/\/sophos--qa2.lightning.force.com\/*", "*:\/\/sophos.lightning.force.com\/*", "*:\/\/sophos2--grnstgng.sandbox.my.salesforce.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": [ "*:\/\/sophos2--grnqa2.sandbox.my.salesforce.com\/*", "*:\/\/*.salesforce.com\/*", "*:\/\/sophos--qa1.my.salesforce.com\/*", "*:\/\/sophos2.lightning.force.com\/*", "*:\/\/sophos--qa2.cs29.my.salesforce.com\/*", "*:\/\/sophos2.my.salesforce.com\/*", "*:\/\/sophos--qa1.lightning.force.com\/*", "*:\/\/sophos--qa2.my.salesforce.com\/*", "*:\/\/sophos2--grnstgng2.sandbox.lightning.force.com\/*", "*:\/\/sophos--qa2.lightning.force.com\/*", "*:\/\/sophos.lightning.force.com\/*", "*:\/\/sophos.sendsafely.eu\/*", "*:\/\/sophos2--grnstgng.sandbox.my.salesforce.com\/*" ] } ], "action": { "browser_action": { "default_icon": "logo19.png", "default_title": "Whatfix for Sophos - Support" } }, "permissions": [ "webNavigation", "storage", "alarms" ], "host_permissions": [ "https:\/\/*.whatfix.com\/*" ] } |