Mobile Text Alerts
Integrate texting into your workflow and connect to customers instantly with a top-rated text message service.
¿Qué es Mobile Text Alerts?
Mobile Text Alerts es una extensión de Chrome desarrollada por https://mobile-text-alerts.com, y su función principal es "Integrate texting into your workflow and connect to customers instantly with a top-rated text message service.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Mobile Text Alerts
Descarga archivos de extensión Mobile Text Alerts 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
Reach customers instantly with the easiest-to-use SMS marketing solution available. Mobile Text Alerts makes it easy to communicate with your customers, employees, and audience when it matters most. Drive sales, send alerts, and increase engagement with the simple send of a text. Inbox • View subscribers’ replies to your messages at a glance • Chat back and forth with your subscribers with ease • Assign and archive message threads for better conversation management Manage Your Subscribers • View subscribers’ contact information at a glance • Add, edit, or remove subscriber information with just a few clicks • Search through or filter subscribers to easily find the data you’re looking for * This extension requires a Mobile Text Alerts account in order to use. Please visit https://mobile-text-alerts.com to create an account. If you have any questions, please reach out to us at [email protected]
Información Básica de la Extensión
Nombre | Mobile Text Alerts |
ID | lmdfmjdeblfeofncbnkfjookebkfmgin |
URL Oficial | https://chromewebstore.google.com/detail/mobile-text-alerts/lmdfmjdeblfeofncbnkfjookebkfmgin |
Descripción | Integrate texting into your workflow and connect to customers instantly with a top-rated text message service. |
Tamaño del Archivo | 65.51 KB |
Cantidad de Instalaciones | 342 |
Versión Actual | 1.0.1 |
Última Actualización | 2023-11-29 |
Fecha de Publicación | 2023-09-26 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | https://mobile-text-alerts.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://mobile-text-alerts.com |
URL de la Página de Ayuda | https://mobile-text-alerts.com/contact |
URL de la Página de Política de Privacidad | https://mobile-text-alerts.com/privacy-policy |
Idiomas Soportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Mobile Text Alerts", "description": "Integrate texting into your workflow and connect to customers instantly with a top-rated text message service.", "version": "1.0.1", "action": { "default_popup": "index.html" }, "icons": { "128": "favicon-128x128.png", "48": "favicon-48x48.png", "32": "favicon-48x48.png", "16": "favicon-16x16.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.mobile-text-alerts.com\/*" ], "js": [ "content.js" ], "all_frames": true } ], "host_permissions": [ "*:\/\/*.mobile-text-alerts.com\/*" ], "permissions": [ "cookies" ], "background": { "service_worker": "background.js" } } |