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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    }
}