touchSMS for Maropost

touchSMS for Maropost Commerce Cloud

Что такое touchSMS for Maropost?

touchSMS for Maropost - это расширение Chrome, разработанное https://touchsms.com.au, и его основная функция - "touchSMS for Maropost Commerce Cloud".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения touchSMS for Maropost

Скачайте файлы расширений touchSMS for Maropost в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название touchSMS for Maropost touchSMS for Maropost
ID eipjlapfhlhgpkmepkalobecoojgapnd
Официальный URL https://chromewebstore.google.com/detail/touchsms-for-maropost/eipjlapfhlhgpkmepkalobecoojgapnd
Описание touchSMS for Maropost Commerce Cloud
Размер файла 187 KB
Количество установок 108
Текущая Версия 0.4.1
Последнее Обновление 2022-11-02
Дата публикации 2022-10-21
Разработчик https://touchsms.com.au
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://touchsms.com.au
URL страницы помощи https://support.touchsms.com.au
URL страницы политики конфиденциальности https://www.touchsms.com.au/privacy-policy
Поддерживаемые языки 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"
            ]
        }
    ]
}