textem.co

Text'em allows you to text (sms) and chat with customers in Lightspeed Retail.

textem.coคืออะไร?

textem.co เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://textem.co และคุณลักษณะหลักของมันคือ "Text'em allows you to text (sms) and chat with customers in Lightspeed Retail."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย textem.co

ดาวน์โหลดไฟล์ส่วนขยาย textem.co ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Text'em enables users to send Text messages from within their own LightSpeed Retail & eCom dashboard to their customers.

Send messages from only 1c per message with this simple to use platform.

Find out more at https://textem.co                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ textem.co textem.co
ID fddgbcapiioecnefphljleegpklnlpei
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/textemco/fddgbcapiioecnefphljleegpklnlpei
คำอธิบาย Text'em allows you to text (sms) and chat with customers in Lightspeed Retail.
ขนาดไฟล์ 1.73 MB
จำนวนการติดตั้ง 32
เวอร์ชันปัจจุบัน 2.3.1
อัปเดตครั้งล่าสุด 2019-10-31
วันที่เผยแพร่ 2019-10-31
ผู้พัฒนา https://textem.co
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://textem.co
URL หน้าช่วยเหลือ https://textem.co
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "textem.co",
    "version": "2.3.1",
    "description": "Text'em allows you to text (sms) and chat with customers in Lightspeed Retail.",
    "icons": {
        "128": "images\/icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.shoplightspeed.com\/*",
                "https:\/\/*.lightspeed.com\/*",
                "https:\/\/*.lightspeedapp.com\/*",
                "https:\/\/*.merchantos.com\/*",
                "https:\/\/*.textem.com\/*"
            ],
            "js": [
                "js\/vendor\/jquery-3.3.1.min.js",
                "js\/app-config.js",
                "js\/app-utils.js",
                "js\/content.js"
            ],
            "css": [
                "css\/vendor\/font-awesome-4.7.0\/css\/font-awesome.min.css",
                "css\/core.css"
            ],
            "run_at": "document_start",
            "all_frames": false
        }
    ],
    "background": {
        "scripts": [
            "js\/app-config.js",
            "js\/app-utils.js",
            "js\/background.js"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "fonts\/FontAwesome.otf",
        "fonts\/fontawesome-webfont.eot",
        "fonts\/fontawesome-webfont.svg",
        "fonts\/fontawesome-webfont.ttf",
        "fonts\/fontawesome-webfont.woff",
        "fonts\/fontawesome-webfont.woff2"
    ],
    "browser_action": {
        "default_title": "textem.co",
        "default_popup": "views\/index.html",
        "default_icon": {
            "16": "images\/icon_128.png",
            "32": "images\/icon_128.png",
            "48": "images\/icon_128.png",
            "128": "images\/icon_128.png"
        }
    },
    "permissions": [
        "tabs",
        "activeTab",
        "webNavigation",
        "storage"
    ]
}