Tesco Chat bot Extension

Extension for chatbot UI on tesco contact us page

Cos'è Tesco Chat bot Extension?

Tesco Chat bot Extension è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Extension for chatbot UI on tesco contact us page".

Scarica il file CRX dell'estensione Tesco Chat bot Extension

Scarica i file di estensione Tesco Chat bot Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        A chrome extension to enable the use of Tesco Chatbot on https://www.tesco.com/help/contact/                    

Informazioni di Base sull'Estensione

Nome Tesco Chat bot Extension Tesco Chat bot Extension
ID fegomaabokdeiidjnilofopdiignmgkh
URL Ufficiale https://chromewebstore.google.com/detail/tesco-chat-bot-extension/fegomaabokdeiidjnilofopdiignmgkh
Descrizione Extension for chatbot UI on tesco contact us page
Dimensione del File 96.36 KB
Conteggio Installazioni 28
Versione Corrente 2.8
Ultimo Aggiornamento 2017-05-04
Data di Pubblicazione 2017-05-04
Sviluppatore Unknown
Tipo di Pagamento free
Lingue Supportate en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tesco Chat bot Extension",
    "description": "Extension for chatbot UI on tesco contact us page",
    "version": "2.8",
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "jquery.min.js",
                "socket.io.js",
                "content.js"
            ],
            "matches": [
                "https:\/\/www.tesco.com\/help\/contact\/"
            ]
        }
    ]
}