touchSMS for Maropost
touchSMS for Maropost Commerce Cloud
Co to jest touchSMS for Maropost?
touchSMS for Maropost to rozszerzenie Chrome opracowane przez https://touchsms.com.au, a jego główną funkcją jest „touchSMS for Maropost Commerce Cloud”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia touchSMS for Maropost
Pobierz pliki rozszerzeń touchSMS for Maropost w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | touchSMS for Maropost |
ID | eipjlapfhlhgpkmepkalobecoojgapnd |
Oficjalny URL | https://chromewebstore.google.com/detail/touchsms-for-maropost/eipjlapfhlhgpkmepkalobecoojgapnd |
Opis | touchSMS for Maropost Commerce Cloud |
Rozmiar pliku | 187 KB |
Liczba instalacji | 108 |
Aktualna Wersja | 0.4.1 |
Ostatnia Aktualizacja | 2022-11-02 |
Data Publikacji | 2022-10-21 |
Deweloper | https://touchsms.com.au |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://touchsms.com.au |
Adres URL Strony Pomocy | https://support.touchsms.com.au |
Adres URL Strony Polityki Prywatności | https://www.touchsms.com.au/privacy-policy |
Obsługiwane Języki | 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" ] } ] } |