Tesco Chat bot Extension
Extension for chatbot UI on tesco contact us page
What is Tesco Chat bot Extension?
Tesco Chat bot Extension is a Chrome extension developed by Unknown, and its main feature is "Extension for chatbot UI on tesco contact us page".
Download Tesco Chat bot Extension Extension CRX File
Download Tesco Chat bot Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
A chrome extension to enable the use of Tesco Chatbot on https://www.tesco.com/help/contact/
Extension Basic Information
Name | Tesco Chat bot Extension |
ID | fegomaabokdeiidjnilofopdiignmgkh |
Official URL | https://chromewebstore.google.com/detail/tesco-chat-bot-extension/fegomaabokdeiidjnilofopdiignmgkh |
Description | Extension for chatbot UI on tesco contact us page |
File Size | 96.36 KB |
Installation Count | 28 |
Current Version | 2.8 |
Last Updated | 2017-05-04 |
Publish Date | 2017-05-04 |
Developer | Unknown |
Payment Type | free |
Supported Languages | 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\/" ] } ] } |