Mobile Text Alerts

Integrate texting into your workflow and connect to customers instantly with a top-rated text message service.

Qu'est-ce que Mobile Text Alerts ?

Mobile Text Alerts est une extension Chrome développée par https://mobile-text-alerts.com, et sa fonction principale est "Integrate texting into your workflow and connect to customers instantly with a top-rated text message service.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Mobile Text Alerts

Téléchargez les fichiers d'extension Mobile Text Alerts au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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]                    

Informations de Base sur l'Extension

Nom Mobile Text Alerts Mobile Text Alerts
ID lmdfmjdeblfeofncbnkfjookebkfmgin
URL Officiel https://chromewebstore.google.com/detail/mobile-text-alerts/lmdfmjdeblfeofncbnkfjookebkfmgin
Description Integrate texting into your workflow and connect to customers instantly with a top-rated text message service.
Taille du Fichier 65.51 KB
Nombre d'Installations 342
Version Actuelle 1.0.1
Dernière Mise à Jour 2023-11-29
Date de Publication 2023-09-26
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://mobile-text-alerts.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://mobile-text-alerts.com
URL de la Page d'Aide https://mobile-text-alerts.com/contact
URL de la Page de Politique de Confidentialité https://mobile-text-alerts.com/privacy-policy
Langues Prises en Charge 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"
    }
}