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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة https://support.touchsms.com.au
عنوان صفحة سياسة الخصوصية 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"
            ]
        }
    ]
}