Enhancer for ServiceNow
Features - Adds a Copy button to the Contact Information box Don't waste your time copying customer data one by one (or copying…
¿Qué es Enhancer for ServiceNow?
Enhancer for ServiceNow es una extensión de Chrome desarrollada por Marcus Vinícius Theodoro, y su función principal es "Features - Adds a Copy button to the Contact Information box Don't waste your time copying customer data one by one (or copying…".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Enhancer for ServiceNow
Descarga archivos de extensión Enhancer for ServiceNow 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
Features - Adds a Copy button to the Contact Information box Don't waste your time copying customer data one by one (or copying everything and getting a large block of unformatted text on the clipboard). The extension adds a button to the Contact Information box that handles it all for you. - Formats knowledge articles for better readability The extension formats Knowledge Articles for better readability by removing excess spacing, changing some colors, and making changes to the font face. - Automatically accepts chats Enhancer For Servicenow can also automatically accept your incoming chats, reducing the wait time for customers. https://github.com/marcusvth/enhancer4servicenow
Información Básica de la Extensión
Nombre | Enhancer for ServiceNow |
ID | amdfkdkbiglpindbaelfiabddmeobmnh |
URL Oficial | https://chromewebstore.google.com/detail/enhancer-for-servicenow/amdfkdkbiglpindbaelfiabddmeobmnh |
Descripción | Features - Adds a Copy button to the Contact Information box Don't waste your time copying customer data one by one (or copying… |
Tamaño del Archivo | 102 KB |
Cantidad de Instalaciones | 58 |
Versión Actual | 2.2.2 |
Última Actualización | 2021-06-07 |
Fecha de Publicación | 2021-03-30 |
Desarrollador | Marcus Vinícius Theodoro |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Enhancer for ServiceNow", "version": "2.2.2", "icons": { "16": ".\/img\/icon16.png", "32": ".\/img\/icon32.png", "128": ".\/img\/icon128.png" }, "web_accessible_resources": [ "ring.mp3" ], "content_scripts": [ { "matches": [ "https:\/\/*.service-now.com\/now\/workspace\/agent\/*" ], "js": [ ".\/js\/jquery-3.5.1.min.js", ".\/js\/chat.js" ] }, { "matches": [ "https:\/\/*.service-now.com\/*" ], "js": [ ".\/js\/jquery-3.5.1.min.js", ".\/js\/kb.js" ] } ] } |