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
Eメール [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\/*"
        ]
    }
}