Milldesk Whatsapp en Español
Milldesk Whatsapp Integration
What is Milldesk Whatsapp en Español?
Milldesk Whatsapp en Español is a Chrome extension developed by setrionsoftware, and its main feature is "Milldesk Whatsapp Integration".
Extension Screenshots
Download Milldesk Whatsapp en Español Extension CRX File
Download Milldesk Whatsapp en Español extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Herramienta para crear solicitudes en la mesa de ayuda Milldesk a través de una conversación de Whatsapp. Milldesk es un software para la gestión de pequeños y medianos centros de soporte técnico. Es un sistema completo que explora los conceptos de usabilidad y buenas prácticas ITIL, para garantizar más agilidad y organización para su empresa.
Extension Basic Information
Name | |
ID | phgoohgogemhpkbbipigfjemklefchnj |
Official URL | https://chrome.google.com/webstore/detail/milldesk-whatsapp-en-espa/phgoohgogemhpkbbipigfjemklefchnj |
Description | Milldesk Whatsapp Integration |
File Size | 178 KB |
Installation Count | 15 |
Current Version | 0.0.5 |
Last Updated | 2021-05-03 |
Publish Date | 2019-05-23 |
Developer | setrionsoftware |
[email protected] | |
Payment Type | free |
Extension Website | https://www.milldesk.com |
Supported Languages | es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Milldesk Whatsapp en Espa\u00f1ol", "version": "0.0.5", "manifest_version": 2, "description": "Milldesk Whatsapp Integration", "homepage_url": "https:\/\/www.milldesk.com\/", "content_scripts": [ { "matches": [ "https:\/\/web.whatsapp.com\/*" ], "js": [ "main.js" ], "all_frames": true } ], "options_ui": { "page": "options.html", "open_in_tab": true }, "web_accessible_resources": [ "frame.html", "main_frame.js", "fundo-login-novo.png" ], "icons": { "24": "24x24.png", "32": "32x32.png", "48": "48x48.png", "128": "128x128.png" }, "permissions": [ "https:\/\/web.whatsapp.com\/*", "https:\/\/*.milldesk.com\/*", "http:\/\/*.milldesk.com\/*", "storage" ] } |