Tesco Chat bot Extension
Extension for chatbot UI on tesco contact us page
Co to jest Tesco Chat bot Extension?
Tesco Chat bot Extension to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „Extension for chatbot UI on tesco contact us page”.
Pobierz plik CRX rozszerzenia Tesco Chat bot Extension
Pobierz pliki rozszerzeń Tesco Chat bot Extension w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
A chrome extension to enable the use of Tesco Chatbot on https://www.tesco.com/help/contact/
Podstawowe informacje o rozszerzeniu
Nazwa | Tesco Chat bot Extension |
ID | fegomaabokdeiidjnilofopdiignmgkh |
Oficjalny URL | https://chromewebstore.google.com/detail/tesco-chat-bot-extension/fegomaabokdeiidjnilofopdiignmgkh |
Opis | Extension for chatbot UI on tesco contact us page |
Rozmiar pliku | 96.36 KB |
Liczba instalacji | 28 |
Aktualna Wersja | 2.8 |
Ostatnia Aktualizacja | 2017-05-04 |
Data Publikacji | 2017-05-04 |
Deweloper | Unknown |
Typ Płatności | free |
Obsługiwane Języki | 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\/" ] } ] } |