touchSMS for Maropost

touchSMS for Maropost Commerce Cloud

touchSMS for Maropost là gì?

touchSMS for Maropost là một tiện ích mở rộng Chrome được phát triển bởi https://touchsms.com.au, và tính năng chính của nó là "touchSMS for Maropost Commerce Cloud".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng touchSMS for Maropost

Tải xuống các tệp mở rộng touchSMS for Maropost dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên touchSMS for Maropost touchSMS for Maropost
ID eipjlapfhlhgpkmepkalobecoojgapnd
URL Chính Thức https://chromewebstore.google.com/detail/touchsms-for-maropost/eipjlapfhlhgpkmepkalobecoojgapnd
Mô tả touchSMS for Maropost Commerce Cloud
Kích Thước Tệp 187 KB
Số Lần Cài Đặt 108
Phiên Bản Hiện Tại 0.4.1
Cập Nhật Lần Cuối 2022-11-02
Ngày Phát Hành 2022-10-21
Nhà Phát Triển https://touchsms.com.au
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://touchsms.com.au
URL Trang Trợ Giúp https://support.touchsms.com.au
URL Trang Chính Sách Bảo Mật https://www.touchsms.com.au/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}