Elevio Chrome Extension
Get instant access to your team's product knowledge, wherever you need it
¿Qué es Elevio Chrome Extension?
Elevio Chrome Extension es una extensión de Chrome desarrollada por https://elev.io, y su función principal es "Get instant access to your team's product knowledge, wherever you need it".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Elevio Chrome Extension
Descarga archivos de extensión Elevio Chrome Extension 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
Elevio makes it easy to capture product knowledge from your team, and deliver it to your customers. Deflect incoming tickets and reduce support loads with increased productivity for both your staff and your customers. Quick access to Product Knowledge Use this plugin to quickly search your product knowledge, copying help content & Knowledge Base links. Create new articles where you have gaps, no matter where you are on the web. Preview the Elevio Assistant Anywhere With a single click, you can preview the Elevio Assistant on your site. No need to install anything. This makes it super easy to get started. More to come…
Información Básica de la Extensión
Nombre | Elevio Chrome Extension |
ID | pblmcgjnafoofnkhkejhigamjfkbcbgk |
URL Oficial | https://chromewebstore.google.com/detail/elevio-chrome-extension/pblmcgjnafoofnkhkejhigamjfkbcbgk |
Descripción | Get instant access to your team's product knowledge, wherever you need it |
Tamaño del Archivo | 1.1 MB |
Cantidad de Instalaciones | 535 |
Versión Actual | 1.0.8 |
Última Actualización | 2024-01-10 |
Fecha de Publicación | 2020-05-16 |
Calificación | 5.00/5 Total de 3 Calificaciones |
Desarrollador | https://elev.io |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://elev.io |
URL de la Página de Ayuda | https://docs.elevio.help/en/articles/81806 |
URL de la Página de Política de Privacidad | https://elev.io/legal/privacy-policy |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Get instant access to your team's product knowledge, wherever you need it", "version": "1.0.8", "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "manifest_version": 2, "name": "Elevio Chrome Extension", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_popup": "index.html", "default_title": "Elevio" }, "content_scripts": [ { "matches": [ " |