Eyelet editor
Create interactive onboarding guidance and help your customers be self-organised inside your product
¿Qué es Eyelet editor?
Eyelet editor es una extensión de Chrome desarrollada por https://eyelet.io, y su función principal es "Create interactive onboarding guidance and help your customers be self-organised inside your product".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Eyelet editor
Descarga archivos de extensión Eyelet editor en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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!
Información Básica de la Extensión
Nombre | Eyelet editor |
ID | nfemaiigfhnppcojgecbklhlilnajndj |
URL Oficial | https://chromewebstore.google.com/detail/eyelet-editor/nfemaiigfhnppcojgecbklhlilnajndj |
Descripción | Create interactive onboarding guidance and help your customers be self-organised inside your product |
Tamaño del Archivo | 585 KB |
Cantidad de Instalaciones | 156 |
Versión Actual | 2.6 |
Última Actualización | 2023-03-20 |
Fecha de Publicación | 2022-06-22 |
Calificación | 5.00/5 Total de 3 Calificaciones |
Desarrollador | https://eyelet.io |
Correo electrónico | [email protected] |
Tipo de Pago | free |
URL de la Página de Política de Privacidad | https://eyelet.io/privacy |
Idiomas Soportados | 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": [ " |