UserGuiding - Better User Onboarding
Build UserGuiding guides on any website.
什麼是UserGuiding - Better User Onboarding?
UserGuiding - Better User Onboarding是由https://userguiding.com開發的Chrome擴展程式,該擴展的主要功能是“Build UserGuiding guides on any website.”。
擴展截圖
下載UserGuiding - Better User Onboarding擴展crx文件
下載UserGuiding - Better User Onboarding擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Guide your users on your website with UserGuiding. 🌊 In a matter of minutes, you can: ✅ Design interactive guides, product tours, and walkthroughs for quick and effective onboarding, ✅ Create hotspots and tooltips to announce updates without user frustration, ✅ Collect all help resources in a resource center for self-serve customer support, ✅ Customize all features of your guide from colors to triggers via a user-friendly dashboard, ✅ Create user segments and use targetting for a tailored experience for each user, ✅ Analyze your guides and onboarding with a powerful analytics dashboard, ✅ Create new users with different authorization levels in order to work more productively Do it all without writing a single line of code, with ease, wherever you want 💪
擴展基本資訊
名稱 | UserGuiding - Better User Onboarding |
ID | bejnkpeokbmilompefleppmlblpblbok |
官方網址 | https://chromewebstore.google.com/detail/userguiding-better-user-o/bejnkpeokbmilompefleppmlblpblbok |
簡介 | Build UserGuiding guides on any website. |
檔案大小 | 6.94 MB |
安裝次數 | 10,000 |
目前版本 | 5.1.4.1 |
更新時間 | 2024-02-23 |
上架時間 | 2020-07-03 |
評分 | 5.00/5 共 22 次評分 |
開發者 | https://userguiding.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://userguiding.com |
說明頁面URL | https://userguiding.com |
隱私政策頁面URL | https://userguiding.com/privacy-policy |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "short_name": "__MSG_appShortName__", "version": "5.1.4.1", "manifest_version": 2, "description": "__MSG_appDescription__", "homepage_url": "https:\/\/userguiding.com", "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "default_locale": "en", "browser_action": { "default_title": "__MSG_appName__" }, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "app.bundle.js" ], "all_frames": false, "run_at": "document_idle" } ], "externally_connectable": { "matches": [ "*:\/\/*.userguiding.com\/*", "http:\/\/localhost\/*" ] }, "permissions": [ "webNavigation", "storage", "contextMenus", "tabs" ], "background": { "scripts": [ "background.bundle.js" ], "persistent": true }, "web_accessible_resources": [ "bundle.css", "fonts.css", "non-shadow.css", "icons\/*", "fonts\/*", "steptypes\/*", "logo\/*", "templates\/*", "emptystate\/*" ] } |