Tesco Chat bot Extension

Extension for chatbot UI on tesco contact us page

Tesco Chat bot Extensionคืออะไร?

Tesco Chat bot Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Extension for chatbot UI on tesco contact us page"

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tesco Chat bot Extension

ดาวน์โหลดไฟล์ส่วนขยาย 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
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\/"
            ]
        }
    ]
}