Textellent Messenger

Easily text a phone number from any web page, CRM system or web application with one click

ما هو Textellent Messenger؟

Textellent Messenger هو إضافة Chrome تم تطويرها بواسطة Textellent، والميزة الرئيسية لها هي "Easily text a phone number from any web page, CRM system or web application with one click".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Textellent Messenger

قم بتنزيل ملفات الامتداد Textellent Messenger بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Pre-requisite: Designed to work with a Textellent account which is required before downloading this extension. To sign up, visit https://textellent.com.

With Textellent Messenger, you have the ability to use a rich texting channel to communicate with your contacts from any website, web application or CRM system. By simply clicking on the text icon next to a contact name you can immediately see previous texting conversations and send a new text message. The texts will automatically be sent and received via your text-enabled business number. Textellent makes it easy to text-enable your existing number (toll-free, landline or VOIP) or get you a new dedicated number for this texting channel. Visit Textellent.com.

Manage and Start Texting Conversations
  • Conversations are sync’ed between web, CRM and mobile phone (without downloading a new phone app)  
  • Text responses from customers can be forwarded to cell phone allowing you to respond from text-enabled business phone without revealing your private number (again, no new phone apps needed)
  • Text any mobile phone number (no need to be in your contact list) from within Chrome web browser or within Chrome-based web applications
• Textellent can automatically identify phone numbers for you in your web application or browser

Manage Any Aspect of the Customer Experience with Text
  • Text customers directly along any part of the customer journey
 Interact with customers directly from your Chrome web browser.
  • Send text invite for appointments, confirmations, estimates, shipping details order confirmation
  • Provide text thank-you, customer satisfaction survey, review and referral requests, even holiday greetings
  • Includes more than just SMS – include logos and pictures, send links for setting appointments, attach product images, etc.

Organize conversations by your contacts
  • Whether you use a CRM system or use our application you can easily employ texting to serve your business with this Chrome extension
  • You will automatically be notified when you receive a new message
  • Makes it easy to immediately respond to customer inquiries or any text responses

Requires an active account with Textellent. Visit https://textellent.com                    

معلومات أساسية عن التمديد

الاسم Textellent Messenger Textellent Messenger
ID nlkdcgpglhnnijfafophgnkkagoemdii
عنوان URL الرسمي https://chromewebstore.google.com/detail/textellent-messenger/nlkdcgpglhnnijfafophgnkkagoemdii
الوصف Easily text a phone number from any web page, CRM system or web application with one click
حجم الملف 22.23 KB
عدد التثبيتات 746
النسخة الحالية 1.2.3
آخر تحديث 2023-10-26
تاريخ النشر 2020-08-18
تقييم 4.56/5 مجموع تقييمات 9
المطور Textellent
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://textellent.com
عنوان صفحة المساعدة https://textellent.com
عنوان صفحة سياسة الخصوصية https://textellent.com/privacy-policy
اللغات المدعومة en-US
manifest.json
{
    "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.3",
    "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": [
                ""
            ],
            "exclude_matches": [
                "https:\/\/client.textellent.com\/*",
                "http:\/\/qa.textellent.com\/*",
                "https:\/\/trello.com\/*",
                "*:\/\/*.taxwise.com\/*"
            ],
            "js": [
                "js\/patch.js",
                "js\/contentscript.js"
            ],
            "run_at": "document_end"
        }
    ],
    "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": [
                ""
            ],
            "extension_ids": []
        }
    ]
}