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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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\/*"
        ]
    }
}