Mobile Text Alerts

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

Mobile Text Alerts क्या है?

Mobile Text Alerts https://mobile-text-alerts.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Integrate texting into your workflow and connect to customers instantly with a top-rated text message service."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Mobile Text Alerts एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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]                    

एक्सटेंशन की मूल जानकारी

नाम Mobile Text Alerts Mobile Text Alerts
ID lmdfmjdeblfeofncbnkfjookebkfmgin
आधिकारिक URL https://chromewebstore.google.com/detail/mobile-text-alerts/lmdfmjdeblfeofncbnkfjookebkfmgin
विवरण Integrate texting into your workflow and connect to customers instantly with a top-rated text message service.
फ़ाइल का आकार 65.51 KB
स्थापना संख्या 342
वर्तमान संस्करण 1.0.1
अंतिम अपडेट 2023-11-29
प्रकाशन तिथि 2023-09-26
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर https://mobile-text-alerts.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://mobile-text-alerts.com
सहायता पृष्ठ URL https://mobile-text-alerts.com/contact
गोपनीयता नीति पृष्ठ URL https://mobile-text-alerts.com/privacy-policy
समर्थित भाषाएँ 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"
    }
}