Mobile Text Alerts

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

Was ist Mobile Text Alerts?

Mobile Text Alerts ist eine Chrome-Erweiterung, die von https://mobile-text-alerts.com entwickelt wurde, und ihr Hauptmerkmal ist "Integrate texting into your workflow and connect to customers instantly with a top-rated text message service.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Mobile Text Alerts-Erweiterungs-CRX-Datei herunterladen

Laden Sie Mobile Text Alerts-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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]                    

Grundlegende Informationen zur Erweiterung

Name Mobile Text Alerts Mobile Text Alerts
ID lmdfmjdeblfeofncbnkfjookebkfmgin
Offizielle URL https://chromewebstore.google.com/detail/mobile-text-alerts/lmdfmjdeblfeofncbnkfjookebkfmgin
Beschreibung Integrate texting into your workflow and connect to customers instantly with a top-rated text message service.
Dateigröße 65.51 KB
Installationsanzahl 342
Aktuelle Version 1.0.1
Letztes Update 2023-11-29
Veröffentlichungsdatum 2023-09-26
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler https://mobile-text-alerts.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://mobile-text-alerts.com
Hilfeseite URL https://mobile-text-alerts.com/contact
URL der Datenschutzrichtlinien-Seite https://mobile-text-alerts.com/privacy-policy
Unterstützte Sprachen 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"
    }
}