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 |
官方網址 | 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" ] } ] } |