touchSMS for Maropost
touchSMS for Maropost Commerce Cloud
什么是touchSMS for Maropost?
touchSMS for Maropost是由https://touchsms.com.au开发的Chrome扩展程序,该扩展的主要功能是“touchSMS for Maropost Commerce Cloud”。
扩展截图
下载touchSMS for Maropost扩展crx文件
下载touchSMS for Maropost扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Send text messages (SMS) directly from your Maropost Commerce Cloud store's control panel. Sent messages are automatically logged as sticky notes on orders, and to the customer communication log. Receive replies to sent message directly back into the order/customer log.
扩展基本信息
名称 | touchSMS for Maropost |
ID | eipjlapfhlhgpkmepkalobecoojgapnd |
官方URL | https://chromewebstore.google.com/detail/touchsms-for-maropost/eipjlapfhlhgpkmepkalobecoojgapnd |
简介 | touchSMS for Maropost Commerce Cloud |
文件大小 | 187 KB |
安装次数 | 108 |
当前版本 | 0.4.1 |
更新时间 | 2022-11-02 |
上架时间 | 2022-10-21 |
开发者 | https://touchsms.com.au |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://touchsms.com.au |
帮助页面URL | https://support.touchsms.com.au |
隐私政策页面URL | https://www.touchsms.com.au/privacy-policy |
支持的语言 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "touchSMS for Maropost", "description": "touchSMS for Maropost Commerce Cloud", "version": "0.4.1", "permissions": [ "storage" ], "action": { "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "options_page": "options.html", "content_scripts": [ { "matches": [ "https:\/\/*.neto.com.au\/*", "https:\/\/*\/_cpanel\/*" ], "js": [ "\/content.js" ] } ] } |