touchSMS for Maropost
touchSMS for Maropost Commerce Cloud
Apa itu touchSMS for Maropost?
touchSMS for Maropost adalah ekstensi Chrome yang dikembangkan oleh https://touchsms.com.au, dan fitur utamanya adalah "touchSMS for Maropost Commerce Cloud".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi touchSMS for Maropost
Unduh file ekstensi touchSMS for Maropost dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | touchSMS for Maropost |
ID | eipjlapfhlhgpkmepkalobecoojgapnd |
URL Resmi | https://chromewebstore.google.com/detail/touchsms-for-maropost/eipjlapfhlhgpkmepkalobecoojgapnd |
Deskripsi | touchSMS for Maropost Commerce Cloud |
Ukuran File | 187 KB |
Jumlah Instalasi | 108 |
Versi Saat Ini | 0.4.1 |
Terakhir Diperbarui | 2022-11-02 |
Tanggal Publikasi | 2022-10-21 |
Pengembang | https://touchsms.com.au |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://touchsms.com.au |
URL Halaman Bantuan | https://support.touchsms.com.au |
URL Halaman Kebijakan Privasi | https://www.touchsms.com.au/privacy-policy |
Bahasa yang Didukung | 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" ] } ] } |