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