Eyelet editor

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

Eyelet editor क्या है?

Eyelet editor https://eyelet.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Create interactive onboarding guidance and help your customers be self-organised inside your product"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Eyelet editor एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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\/*"
        ]
    }
}