ChromeChat

ChromeChat

ChromeChat란 무엇입니까?

ChromeChat은(는) https://chromechat.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "ChromeChat"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

ChromeChat 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        ChromeChat: Elevate Your Web Experience with AI

ChromeChat is your must-have AI web companion for Chrome. Here's why you should install it:

Effortless Web Navigation: ChromeChat streamlines web browsing by understanding your preferences, making content discovery a breeze.

Personalized Recommendations: Discover new, tailored content, articles, and websites aligned with your interests.

Instant Information: Get quick answers without multiple tabs or time-consuming searches.

Enhanced Productivity: Manage bookmarks, set reminders, and stay organized within your browser.

Security and Privacy: ChromeChat actively protects against malicious websites, ensuring a safe browsing experience.

Connect via Web3: Connect your web3 Wallet to our extension which allows you to easily use the features we provide. In return we allocate Chrome Tokens to your wallet!

Experience the future of web browsing with ChromeChat. Install now and enjoy a smarter, more personalized, and secure online journey.                    

확장 프로그램 기본 정보

이름 ChromeChat ChromeChat
ID aolnajadeahhdelipkdlngofkbpinala
공식 URL https://chromewebstore.google.com/detail/chromechat/aolnajadeahhdelipkdlngofkbpinala
설명 ChromeChat
파일 크기 1.57 MB
설치 횟수 46
현재 버전 1.0.1
최근 업데이트 2023-10-14
출시 날짜 2023-10-04
평점 5.00/5 총 22 개의 평점
개발자 https://chromechat.io
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://chromechat.io/privacypolicy
지원되는 언어 en-US
manifest.json
{
    "action": {
        "default_icon": {
            "128": "\/images\/icon.png",
            "16": "\/images\/icon.png",
            "48": "\/images\/icon.png"
        },
        "default_title": "ChromeChat",
        "default_popup": "popup\/index.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "description": "ChromeChat",
    "host_permissions": [
        ""
    ],
    "icons": {
        "128": "\/images\/icon.png",
        "16": "\/images\/icon.png",
        "32": "\/images\/icon.png",
        "48": "\/images\/icon.png"
    },
    "manifest_version": 3,
    "name": "ChromeChat",
    "permissions": [
        "tabs",
        "scripting",
        "cookies",
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.1"
}