touchSMS for Maropost

touchSMS for Maropost Commerce Cloud

touchSMS for Maropostとは何ですか?

touchSMS for Maropostはhttps://touchsms.com.auによって開発されたChromeの拡張機能で、その主な機能は「touchSMS for Maropost Commerce Cloud」です。

拡張機能のスクリーンショット

screenshot

touchSMS for Maropost拡張機能のCRXファイルをダウンロード

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
Eメール [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"
            ]
        }
    ]
}