WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Textellent Messenger

Textellent Messenger

View on Chrome Web Store
View Textellent Messenger Chrome Extension on Chrome Web Store
Add to bookmarks
4.6 (9 ratings)
0 views
This extension has been viewed 0 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.

Easily text a phone number from any web page, CRM system or web application with one click
Type
Extension
Users
715 users
4
Textellent
View author page of Textellent
Published
Published on August 19, 2020
Version 1.2.6.2
Manifest version
3
Updated
Updated on September 10, 2025
productivity/workflow
Extension Category
View on Chrome Web Store
View Textellent Messenger 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",
    "name": "Textellent Messenger",
    "description": "Easily text a phone number from any web page, CRM system or web application with one click",
    "version": "1.2.6.2",
    "manifest_version": 3,
    "action": {
        "default_icon": "images\/icon19.png",
        "default_popup": "html\/popup.html",
        "default_title": "Textellent Messenger"
    },
    "background": {
        "service_worker": "js\/eventpage.js"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "exclude_matches": [
                "*:\/\/*.textellent.com\/*",
                "https:\/\/trello.com\/*",
                "*:\/\/*.taxwise.com\/*",
                "https:\/\/*.clickup.com\/*",
                "https:\/\/docs.google.com\/*"
            ],
            "js": [
                "js\/patch.js",
                "js\/contentscript.js"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ],
    "permissions": [
        "activeTab",
        "storage",
        "contextMenus"
    ],
    "icons": {
        "16": "images\/icon16.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/logoIcon.png",
                "images\/logo.png",
                "images\/tm-text-icon.png"
            ],
            "matches": [
                "<all_urls>"
            ],
            "extension_ids": []
        }
    ]
}
© 2026 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