touchSMS for Maropost
touchSMS for Maropost Commerce Cloud
Vad är touchSMS for Maropost?
touchSMS for Maropost är en Chrome-tillägg utvecklad av https://touchsms.com.au, och dess huvudfunktion är "touchSMS for Maropost Commerce Cloud".
Tilläggsskärmbilder
Ladda ner touchSMS for Maropost-förlängningens CRX-fil
Ladda ner touchSMS for Maropost-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | touchSMS for Maropost |
ID | eipjlapfhlhgpkmepkalobecoojgapnd |
Officiell webbadress | https://chromewebstore.google.com/detail/touchsms-for-maropost/eipjlapfhlhgpkmepkalobecoojgapnd |
Beskrivning | touchSMS for Maropost Commerce Cloud |
Filstorlek | 187 KB |
Antal Installationer | 108 |
Aktuell Version | 0.4.1 |
Senast Uppdaterad | 2022-11-02 |
Publiceringsdatum | 2022-10-21 |
Utvecklare | https://touchsms.com.au |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://touchsms.com.au |
Hjälpsida URL | https://support.touchsms.com.au |
URL till Sekretesspolicy Sidan | https://www.touchsms.com.au/privacy-policy |
Stödda Språk | 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" ] } ] } |