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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Whatfix provides in-app interactive guides and walkthroughs to Ease User Onboarding, Reduce Training, and Improve Support."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Whatfix for Google एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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\/*" ] } |