touchSMS for Maropost
touchSMS for Maropost Commerce Cloud
Cos'è touchSMS for Maropost?
touchSMS for Maropost è un'estensione di Chrome sviluppata da https://touchsms.com.au, e la sua funzione principale è "touchSMS for Maropost Commerce Cloud".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione touchSMS for Maropost
Scarica i file di estensione touchSMS for Maropost in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | touchSMS for Maropost |
ID | eipjlapfhlhgpkmepkalobecoojgapnd |
URL Ufficiale | https://chromewebstore.google.com/detail/touchsms-for-maropost/eipjlapfhlhgpkmepkalobecoojgapnd |
Descrizione | touchSMS for Maropost Commerce Cloud |
Dimensione del File | 187 KB |
Conteggio Installazioni | 108 |
Versione Corrente | 0.4.1 |
Ultimo Aggiornamento | 2022-11-02 |
Data di Pubblicazione | 2022-10-21 |
Sviluppatore | https://touchsms.com.au |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://touchsms.com.au |
URL della Pagina di Aiuto | https://support.touchsms.com.au |
URL della Pagina della Politica sulla Privacy | https://www.touchsms.com.au/privacy-policy |
Lingue Supportate | 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" ] } ] } |