Eyelet editor

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

什么是Eyelet editor?

Eyelet editor是由https://eyelet.io开发的Chrome扩展程序,该扩展的主要功能是“Create interactive onboarding guidance and help your customers be self-organised inside your product”。

扩展截图

screenshot
screenshot
screenshot

下载Eyelet editor扩展crx文件

下载Eyelet editor扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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!                    

扩展基本信息

名称 Eyelet editor Eyelet editor
ID nfemaiigfhnppcojgecbklhlilnajndj
官方URL https://chromewebstore.google.com/detail/eyelet-editor/nfemaiigfhnppcojgecbklhlilnajndj
简介 Create interactive onboarding guidance and help your customers be self-organised inside your product
文件大小 585 KB
安装次数 156
当前版本 2.6
更新时间 2023-03-20
上架时间 2022-06-22
评分 5.00/5 共3次评分
开发者 https://eyelet.io
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://eyelet.io/privacy
支持的语言 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\/*"
        ]
    }
}