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 |
| Eメール | [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"
]
} | |