Tesco Chat bot Extension
Extension for chatbot UI on tesco contact us page
什么是Tesco Chat bot Extension?
Tesco Chat bot Extension是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Extension for chatbot UI on tesco contact us page”。
下载Tesco Chat bot Extension扩展crx文件
下载Tesco Chat bot Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A chrome extension to enable the use of Tesco Chatbot on https://www.tesco.com/help/contact/ 扩展基本信息
| 名称 | |
| ID | fegomaabokdeiidjnilofopdiignmgkh |
| 官方URL | https://chromewebstore.google.com/detail/tesco-chat-bot-extension/fegomaabokdeiidjnilofopdiignmgkh |
| 简介 | Extension for chatbot UI on tesco contact us page |
| 文件大小 | 96.36 KB |
| 安装次数 | 28 |
| 当前版本 | 2.8 |
| 更新时间 | 2017-05-04 |
| 上架时间 | 2017-05-04 |
| 开发者 | Unknown |
| 付费类型 | free |
| 支持的语言 | 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\/"
]
}
]
} | |