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開發的Chrome擴展程式,該擴展的主要功能是“Integrate texting into your workflow and connect to customers instantly with a top-rated text message service.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Mobile Text Alerts擴展crx文件

下載Mobile Text Alerts擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    }
}