TextMyBiz

TextMyBiz chating extension

TextMyBiz란 무엇입니까?

TextMyBiz은(는) http://textmybiz.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "TextMyBiz chating extension"입니다.

확장 프로그램 스크린샷

screenshot

TextMyBiz 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 TextMyBiz TextMyBiz
ID ckpebmanekcbennkijionepbconjmkkn
공식 URL https://chrome.google.com/webstore/detail/textmybiz/ckpebmanekcbennkijionepbconjmkkn
설명 TextMyBiz chating extension
파일 크기 995 KB
설치 횟수 34
현재 버전 1.0
최근 업데이트 2016-10-25
출시 날짜 2016-10-25
평점 1.00/5 총 1 개의 평점
개발자 http://textmybiz.com
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://textmy.biz/Live/Support.html
지원되는 언어 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"
    ]
}