UserGuiding - Better User Onboarding

Build UserGuiding guides on any website.

UserGuiding - Better User Onboarding là gì?

UserGuiding - Better User Onboarding là một tiện ích mở rộng Chrome được phát triển bởi https://userguiding.com, và tính năng chính của nó là "Build UserGuiding guides on any website.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng UserGuiding - Better User Onboarding

Tải xuống các tệp mở rộng UserGuiding - Better User Onboarding dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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 💪                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên UserGuiding - Better User Onboarding UserGuiding - Better User Onboarding
ID bejnkpeokbmilompefleppmlblpblbok
URL Chính Thức https://chromewebstore.google.com/detail/userguiding-better-user-o/bejnkpeokbmilompefleppmlblpblbok
Mô tả Build UserGuiding guides on any website.
Kích Thước Tệp 6.94 MB
Số Lần Cài Đặt 10,000
Phiên Bản Hiện Tại 5.1.4.1
Cập Nhật Lần Cuối 2024-02-23
Ngày Phát Hành 2020-07-03
Đánh Giá 5.00/5 Tổng số 22 Đánh Giá
Nhà Phát Triển https://userguiding.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://userguiding.com
URL Trang Trợ Giúp https://userguiding.com
URL Trang Chính Sách Bảo Mật https://userguiding.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}