touchSMS for Maropost

touchSMS for Maropost Commerce Cloud

What is touchSMS for Maropost?

touchSMS for Maropost is a Chrome extension developed by https://touchsms.com.au, and its main feature is "touchSMS for Maropost Commerce Cloud".

Extension Screenshots

screenshot

Download touchSMS for Maropost Extension CRX File

Download touchSMS for Maropost extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name touchSMS for Maropost touchSMS for Maropost
ID eipjlapfhlhgpkmepkalobecoojgapnd
Official URL https://chromewebstore.google.com/detail/touchsms-for-maropost/eipjlapfhlhgpkmepkalobecoojgapnd
Description touchSMS for Maropost Commerce Cloud
File Size 187 KB
Installation Count 108
Current Version 0.4.1
Last Updated 2022-11-02
Publish Date 2022-10-21
Developer https://touchsms.com.au
Email [email protected]
Payment Type free
Extension Website https://touchsms.com.au
Help Page URL https://support.touchsms.com.au
Privacy Policy Page URL https://www.touchsms.com.au/privacy-policy
Supported Languages 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"
            ]
        }
    ]
}