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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
            ]
        }
    ]
}