TextMyBiz
TextMyBiz chating extension
什么是TextMyBiz?
TextMyBiz是由http://textmybiz.com开发的Chrome扩展程序,该扩展的主要功能是“TextMyBiz chating extension”。
扩展截图
下载TextMyBiz扩展crx文件
下载TextMyBiz扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | |
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" ] } |