textem.co

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

Qu'est-ce que textem.co ?

textem.co est une extension Chrome développée par https://textem.co, et sa fonction principale est "Text'em allows you to text (sms) and chat with customers in Lightspeed Retail.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension textem.co

Téléchargez les fichiers d'extension textem.co au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom textem.co textem.co
ID fddgbcapiioecnefphljleegpklnlpei
URL Officiel https://chromewebstore.google.com/detail/textemco/fddgbcapiioecnefphljleegpklnlpei
Description Text'em allows you to text (sms) and chat with customers in Lightspeed Retail.
Taille du Fichier 1.73 MB
Nombre d'Installations 32
Version Actuelle 2.3.1
Dernière Mise à Jour 2019-10-31
Date de Publication 2019-10-31
Développeur https://textem.co
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://textem.co
URL de la Page d'Aide https://textem.co
Langues Prises en Charge 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"
    ]
}