Chatbot Extension
This extension will redirect to Chatbot page
Chatbot Extensionคืออะไร?
Chatbot Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Prashanth และคุณลักษณะหลักของมันคือ "This extension will redirect to Chatbot page"
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Chatbot Extension
ดาวน์โหลดไฟล์ส่วนขยาย Chatbot Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | ![]() |
ID | oflbbecegcmjpnkidolkggaeaecgjpkj |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/chatbot-extension/oflbbecegcmjpnkidolkggaeaecgjpkj |
คำอธิบาย | This extension will redirect to Chatbot page |
ขนาดไฟล์ | 74.98 KB |
จำนวนการติดตั้ง | 89 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2018-07-02 |
วันที่เผยแพร่ | 2018-07-02 |
ผู้พัฒนา | Prashanth |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Chatbot Extension", "description": "This extension will redirect to Chatbot page", "version": "1.0", "browser_action": { "default_icon": "Chatbot.png", "default_popup": "test.html" }, "permissions": [ "activeTab" ] } |