ChatGPT Assistant Plus

Maximize Your ChatGPT: Get the Enhanced Experience with ChatGPT Assistant Plus!

Co to jest ChatGPT Assistant Plus?

ChatGPT Assistant Plus to rozszerzenie Chrome opracowane przez Merl Bradford, a jego główną funkcją jest „Maximize Your ChatGPT: Get the Enhanced Experience with ChatGPT Assistant Plus!”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia ChatGPT Assistant Plus

Pobierz pliki rozszerzeń ChatGPT Assistant Plus 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

                        Introducing ChatGPT Assistant Plus, the ultimate browser extension designed to supercharge your interactions with ChatGPT. Whether you're a professional seeking advanced capabilities or an avid user looking for enhanced convenience, ChatGPT Assistant Plus is here to elevate your online conversations like never before.

Features:

ChatGPT in Extension's Popup:
Enjoy the convenience of accessing ChatGPT directly from the extension's popup. No more switching between tabs or applications - have meaningful conversations with ChatGPT right at your fingertips.

Address Bar (Omnibox) Integration: Type "gpt" and Space:
Experience effortless access to ChatGPT by typing "gpt" followed by a space in your browser's address bar. Engage in conversations, seek information, and explore endless possibilities without disrupting your browsing flow.

Run from Context Menu:
Take control of your ChatGPT experience with the ChatGPT Assistant Plus context menu option. Activate ChatGPT with a simple right-click, integrating AI-driven conversations into any webpage or context.                    

Podstawowe informacje o rozszerzeniu

Nazwa ChatGPT Assistant Plus ChatGPT Assistant Plus
ID hhclmnigoigikdgiflfihpkglefbaaoa
Oficjalny URL https://chromewebstore.google.com/detail/chatgpt-assistant-plus/hhclmnigoigikdgiflfihpkglefbaaoa
Opis Maximize Your ChatGPT: Get the Enhanced Experience with ChatGPT Assistant Plus!
Rozmiar pliku 2.34 MB
Liczba instalacji 2,744,610
Aktualna Wersja 1.0.4
Ostatnia Aktualizacja 2024-02-03
Data Publikacji 2023-06-14
Ocena 4.52/5 Łącznie 25 Oceny
Deweloper Merl Bradford
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://docs.google.com/document/d/e/2PACX-1vTikPrqhtooT-0jLgEMJPiPWzuwxj3xPTCLLCbTbDu05tnqVTDoBNfW602rMDPuudPRLyoGaYiXOdpk/pub
Obsługiwane Języki id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "description": "__MSG_extShortDesc__",
    "version": "1.0.4",
    "action": {
        "default_popup": "html\/popup.html",
        "default_icon": {
            "16": "icons\/16.png",
            "48": "icons\/48.png",
            "128": "icons\/128.png",
            "300": "icons\/300.png"
        },
        "default_title": "__MSG_extName__"
    },
    "default_locale": "en",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png",
        "300": "icons\/300.png"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+K",
                "mac": "MacCtrl+Shift+K",
                "chromeos": "Ctrl+Shift+K",
                "linux": "Ctrl+Shift+K"
            }
        }
    },
    "background": {
        "service_worker": "js\/background.js",
        "type": "module"
    },
    "host_permissions": [
        ""
    ],
    "permissions": [
        "scripting",
        "contextMenus",
        "storage",
        "alarms",
        "declarativeNetRequest"
    ],
    "omnibox": {
        "keyword": "gpt"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*",
                "css\/content-script.css"
            ],
            "matches": [
                ""
            ]
        }
    ]
}