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/                    

擴展基本資訊

名稱 Tesco Chat bot Extension Tesco Chat bot Extension
ID fegomaabokdeiidjnilofopdiignmgkh
官方網址 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\/"
            ]
        }
    ]
}