TextMyBiz

TextMyBiz chating extension

TextMyBiz là gì?

TextMyBiz là một tiện ích mở rộng Chrome được phát triển bởi http://textmybiz.com, và tính năng chính của nó là "TextMyBiz chating extension".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng TextMyBiz

Tải xuống các tệp mở rộng TextMyBiz dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        TextMyBiz Chrome Extension allows you to text customers, prospects and associates from virtually any webpage in chrome including CRMS such as Salesforce, Zoho, Zendesk.  After installing the TextMyBiz Chrome Extension, a blue TextMyBiz logo will appear next to phone numbers on the page.  If you would like to text that number, simply click the icon and a  pop up will appear that allows you to send & receive texts, send MMS and see history. 

TextMyBiz service allows businesses to send and receive text messages using your existing landline or tell-free number.  Waiting in a queue.  Put on hold.  Leaving a voicemail.  Listening to a voicemail.  Who wants it?  Nobody, especially your customers.  95% of text messages are read within minutes.  Emails take on average nearly 2 hours to receive a reply.  One-third of voicemails are never heard.   Over 25% of consumer calls never connect with a business.  Messaging has surpassed all other forms of communication in the world.  Its fast, easy and efficient.  All your customers already know how to text.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên TextMyBiz TextMyBiz
ID ckpebmanekcbennkijionepbconjmkkn
URL Chính Thức https://chrome.google.com/webstore/detail/textmybiz/ckpebmanekcbennkijionepbconjmkkn
Mô tả TextMyBiz chating extension
Kích Thước Tệp 995 KB
Số Lần Cài Đặt 34
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2016-10-25
Ngày Phát Hành 2016-10-25
Đánh Giá 1.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển http://textmybiz.com
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://textmy.biz/Live/Support.html
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TextMyBiz",
    "description": "TextMyBiz chating extension",
    "version": "1.0",
    "web_accessible_resources": [
        "*.png",
        "*.css",
        "*.js",
        "*.html"
    ],
    "browser_action": {
        "default_icon": "logo_19X19.png",
        "default_popup": "Login.html",
        "default_title": "TextMyBiz"
    },
    "content_security_policy": "script-src 'self' https:\/\/textmy.biz\/Live\/signalr\/hubs; object-src 'self'",
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "InjectContent.css"
            ],
            "js": [
                "jquery.js",
                "rotate.js",
                "InjectContent.js"
            ],
            "matches": [
                "*:\/\/*\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "icons": {
        "128": "logo_128X128.png",
        "19": "logo_19X19.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage",
        "notifications",
        "https:\/\/textmy.biz\/Live\/signalr\/hubs"
    ]
}