ChatM.AI - Web-wide Wonders, One Chatbot!

Embed an AI chatbot in your browser. It guides and enriches your web journey, making each site visit an engaging dialogue.

ChatM.AI - Web-wide Wonders, One Chatbot!คืออะไร?

ChatM.AI - Web-wide Wonders, One Chatbot! เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Rozetta Corp. และคุณลักษณะหลักของมันคือ "Embed an AI chatbot in your browser. It guides and enriches your web journey, making each site visit an engaging dialogue."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ChatM.AI - Web-wide Wonders, One Chatbot!

ดาวน์โหลดไฟล์ส่วนขยาย ChatM.AI - Web-wide Wonders, One Chatbot! ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        "ChatM.AI" is a Google Chrome extension that redefines your web browsing experience. With just a simple installation, you can explore information on any website through an intuitive conversational interface. Even if the website hasn't integrated a chatbot, ChatM.AI operates as if it's part of the site, providing you with the information you need.

Imagine wanting to pinpoint one article from hundreds - all you need to do is pose a simple question to ChatM.AI, and voila, you have your desired information. Struggling to navigate a complex e-commerce site and can't find what you're looking for? Ask ChatM.AI, and it'll deliver the required information in a flash.

Once installed as a Google Chrome extension, an "M" icon will appear at the bottom right of your web page upon opening. Click on it, and an AI chatbot pops up ready to answer all your questions about the site. Whether you're looking for specific articles, product details, or any other information, you can explore it all through an intuitive conversation.

Furthermore, with an ON/OFF button, you can toggle the visibility of ChatM.AI as you please. It can serve as your support when needed and keep your web interface clean and uncluttered when not in use.

ChatM.AI is essentially your personal concierge on the web. The best part? All these features come completely free.

Once you try it, you'll be amazed at its convenience. It offers a quantum leap in your web browsing experience. As your personal digital concierge, ChatM.AI provides the information you need, anytime, anywhere.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ ChatM.AI - Web-wide Wonders, One Chatbot! ChatM.AI - Web-wide Wonders, One Chatbot!
ID fdcbkohjcoaihblpjlaelmbhijhangbo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/chatmai-web-wide-wonders/fdcbkohjcoaihblpjlaelmbhijhangbo
คำอธิบาย Embed an AI chatbot in your browser. It guides and enriches your web journey, making each site visit an engaging dialogue.
ขนาดไฟล์ 9.86 KB
จำนวนการติดตั้ง 244
เวอร์ชันปัจจุบัน 0.0.0.1
อัปเดตครั้งล่าสุด 2023-07-11
วันที่เผยแพร่ 2023-07-10
คะแนน 3.33/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Rozetta Corp.
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://chatm.ai
URL หน้านโยบายความเป็นส่วนตัว https://metarealai.com/policies
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ChatM.AI - Web-wide Wonders, One Chatbot!",
    "description": "Embed an AI chatbot in your browser. It guides and enriches your web journey, making each site visit an engaging dialogue.",
    "version": "0.0.0.1",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content.js",
                "icon16.png",
                "popup.js",
                "chat-integration.js"
            ],
            "matches": [
                ""
            ],
            "extension_ids": []
        }
    ]
}