Eyelet editor

Create interactive onboarding guidance and help your customers be self-organised inside your product

Eyelet editor là gì?

Eyelet editor là một tiện ích mở rộng Chrome được phát triển bởi https://eyelet.io, và tính năng chính của nó là "Create interactive onboarding guidance and help your customers be self-organised inside your product".

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

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Eyelet editor

Tải xuống các tệp mở rộng Eyelet editor 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

                        Create interactive onboarding guides and help your customers be self-suficient inside your product
***Product Adoption Done Right***

Delivering an uncompromisingly good onboarding experience is the building block of achieving product-led growth.

Better customer experiences lead to faster and more profitable growth. Eyelet is your one-stop shop for delivering a world-class customer experience.



***Reduce Support Burden***

Go beyond pointing your users to support pages when they have questions.

Create a tutorial or walkthrough for issues your users are encountering the most and show them real-time how to solve the problem.



***Feature Spotlight***

Shine the spotlight on features that are rarely used or on features that you just launched. Drive adoption and show your users how to best use your newly launched features.



Improve The Way People Interact With Your Product!                    

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

Tên Eyelet editor Eyelet editor
ID nfemaiigfhnppcojgecbklhlilnajndj
URL Chính Thức https://chromewebstore.google.com/detail/eyelet-editor/nfemaiigfhnppcojgecbklhlilnajndj
Mô tả Create interactive onboarding guidance and help your customers be self-organised inside your product
Kích Thước Tệp 585 KB
Số Lần Cài Đặt 156
Phiên Bản Hiện Tại 2.6
Cập Nhật Lần Cuối 2023-03-20
Ngày Phát Hành 2022-06-22
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://eyelet.io
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://eyelet.io/privacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "manifest_version": 3,
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Eyelet editor",
    "description": "Create interactive onboarding guidance and help your customers be self-organised inside your product",
    "version": "2.6",
    "permissions": [
        "activeTab",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Eyelet product tours",
        "default_icon": "images\/icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/icon.png",
        "32": "images\/icon.png",
        "48": "images\/icon.png",
        "128": "images\/icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/embed_images\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "*:\/\/staging.eyelet.io\/*",
            "*:\/\/app.eyelet.io\/*"
        ]
    }
}