textem.co

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

textem.co क्या है?

textem.co https://textem.co द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Text'em allows you to text (sms) and chat with customers in Lightspeed Retail."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में textem.co एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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