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!은(는) Rozetta Corp.에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "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! 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
"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! |
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": [ " |