ChromeChat

ChromeChat

Co to jest ChromeChat?

ChromeChat to rozszerzenie Chrome opracowane przez https://chromechat.io, a jego główną funkcją jest „ChromeChat”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia ChromeChat

Pobierz pliki rozszerzeń ChromeChat w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa ChromeChat ChromeChat
ID aolnajadeahhdelipkdlngofkbpinala
Oficjalny URL https://chromewebstore.google.com/detail/chromechat/aolnajadeahhdelipkdlngofkbpinala
Opis ChromeChat
Rozmiar pliku 1.57 MB
Liczba instalacji 46
Aktualna Wersja 1.0.1
Ostatnia Aktualizacja 2023-10-14
Data Publikacji 2023-10-04
Ocena 5.00/5 Łącznie 22 Oceny
Deweloper https://chromechat.io
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://chromechat.io/privacypolicy
Obsługiwane Języki 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"
}