WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Mobile Text Alerts

Mobile Text Alerts

View on Chrome Web Store
View Mobile Text Alerts Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (1 ratings)
13 views
This extension has been viewed 13 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Integrate texting into your workflow and connect to customers instantly with a top-rated text message service.
Type
Extension
Users
417 users
8
Mobile Text Alerts
View author page of Mobile Text Alerts
Published
Published on September 19, 2023
Version 1.0.1
Manifest version
3
Updated
Updated on November 29, 2023
productivity/communication
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Mobile Text Alerts Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "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": {
        "16": "favicon-16x16.png",
        "32": "favicon-48x48.png",
        "48": "favicon-48x48.png",
        "128": "favicon-128x128.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"
    }
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top