Five9 Adapter for Velocify
Provides an integration between Five9 and Velocify applications.
¿Qué es Five9 Adapter for Velocify?
Five9 Adapter for Velocify es una extensión de Chrome desarrollada por https://five9.com, y su función principal es "Provides an integration between Five9 and Velocify applications.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Five9 Adapter for Velocify
Descarga archivos de extensión Five9 Adapter for Velocify 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
Five9, a provider of cloud contact center software, brings the power of the cloud to thousands of customers worldwide and facilitates more than three billion customer interactions annually. Since 2001, Five9 has helped organizations of every size transition from premise-based software to the cloud. The purpose-built, highly scalable and secure Five9 Virtual Contact Center cloud platform delivers a comprehensive suite of easy-to-use applications that enable the breadth of contact center-related customer service, sales and marketing functions. Get the most out of Velocify and contact center solution. Leverage Five9 market-leading expertise in CRM integrations and give your agents the management tools they need to make customers happy. For more information, visit www.five9.com.
Información Básica de la Extensión
Nombre | Five9 Adapter for Velocify |
ID | niefphjedpfldilfomglllhcpmghoekp |
URL Oficial | https://chromewebstore.google.com/detail/five9-adapter-for-velocif/niefphjedpfldilfomglllhcpmghoekp |
Descripción | Provides an integration between Five9 and Velocify applications. |
Tamaño del Archivo | 32 KB |
Cantidad de Instalaciones | 1,224 |
Versión Actual | 0.4 |
Última Actualización | 2019-10-03 |
Fecha de Publicación | 2019-10-03 |
Calificación | 1.00/5 Total de 1 Calificaciones |
Desarrollador | https://five9.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
URL de la Página de Política de Privacidad | http://webapps.five9.com/assets/files/for_customers/documentation/compliance-information/privacy-policy.pdf |
Idiomas Soportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Five9 Adapter for Velocify", "description": "Provides an integration between Five9 and Velocify applications.", "version": "0.4", "options_ui": { "page": "options.html", "chrome_style": true }, "icons": { "128": "icon128.png", "16": "icon16.png", "48": "icon48.png" }, "permissions": [ "tabs", "webNavigation", "http:\/\/*\/*", "https:\/\/*\/*", "http:\/\/localhost\/*" ], "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": { "19": "icon19.png", "38": "icon38.png" }, "default_title": "Five9 Adapter for Velocify" }, "web_accessible_resources": [ "five9.js", "bridgeNotRunning.html" ] } |