textem.co
Text'em allows you to text (sms) and chat with customers in Lightspeed Retail.
什么是textem.co?
textem.co是由https://textem.co开发的Chrome扩展程序,该扩展的主要功能是“Text'em allows you to text (sms) and chat with customers in Lightspeed Retail.”。
扩展截图
下载textem.co扩展crx文件
下载textem.co扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Text'em enables users to send Text messages from within their own LightSpeed Retail & eCom dashboard to their customers.
Send messages from only 1c per message with this simple to use platform.
Find out more at https://textem.co 扩展基本信息
| 名称 | |
| ID | fddgbcapiioecnefphljleegpklnlpei |
| 官方URL | https://chromewebstore.google.com/detail/textemco/fddgbcapiioecnefphljleegpklnlpei |
| 简介 | Text'em allows you to text (sms) and chat with customers in Lightspeed Retail. |
| 文件大小 | 1.73 MB |
| 安装次数 | 32 |
| 当前版本 | 2.3.1 |
| 更新时间 | 2019-10-31 |
| 上架时间 | 2019-10-31 |
| 开发者 | https://textem.co |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://textem.co |
| 帮助页面URL | https://textem.co |
| 支持的语言 | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "textem.co",
"version": "2.3.1",
"description": "Text'em allows you to text (sms) and chat with customers in Lightspeed Retail.",
"icons": {
"128": "images\/icon_128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/*.shoplightspeed.com\/*",
"https:\/\/*.lightspeed.com\/*",
"https:\/\/*.lightspeedapp.com\/*",
"https:\/\/*.merchantos.com\/*",
"https:\/\/*.textem.com\/*"
],
"js": [
"js\/vendor\/jquery-3.3.1.min.js",
"js\/app-config.js",
"js\/app-utils.js",
"js\/content.js"
],
"css": [
"css\/vendor\/font-awesome-4.7.0\/css\/font-awesome.min.css",
"css\/core.css"
],
"run_at": "document_start",
"all_frames": false
}
],
"background": {
"scripts": [
"js\/app-config.js",
"js\/app-utils.js",
"js\/background.js"
],
"persistent": false
},
"web_accessible_resources": [
"fonts\/FontAwesome.otf",
"fonts\/fontawesome-webfont.eot",
"fonts\/fontawesome-webfont.svg",
"fonts\/fontawesome-webfont.ttf",
"fonts\/fontawesome-webfont.woff",
"fonts\/fontawesome-webfont.woff2"
],
"browser_action": {
"default_title": "textem.co",
"default_popup": "views\/index.html",
"default_icon": {
"16": "images\/icon_128.png",
"32": "images\/icon_128.png",
"48": "images\/icon_128.png",
"128": "images\/icon_128.png"
}
},
"permissions": [
"tabs",
"activeTab",
"webNavigation",
"storage"
]
} | |