Geppetto

This is an extension that you can talk with

Co to jest Geppetto?

Geppetto to rozszerzenie Chrome opracowane przez STDev, a jego główną funkcją jest „This is an extension that you can talk with”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Geppetto

Pobierz pliki rozszerzeń Geppetto 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

                        This is an extension that you can talk with. Powered by OpenAI's ChatGPT, this extension allows you to quickly ask questions to it, get answers and leverage a conversation with it.                    

Podstawowe informacje o rozszerzeniu

Nazwa Geppetto Geppetto
ID mmifilomahkeigjcnggngjiggggegmdc
Oficjalny URL https://chromewebstore.google.com/detail/geppetto/mmifilomahkeigjcnggngjiggggegmdc
Opis This is an extension that you can talk with
Rozmiar pliku 234 KB
Liczba instalacji 53
Aktualna Wersja 1.2
Ostatnia Aktualizacja 2023-03-22
Data Publikacji 2023-02-08
Deweloper STDev
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://st-dev.com
Adres URL Strony Pomocy https://st-dev.com/get-a-quote
Adres URL Strony Polityki Prywatności http://codebnb.me/privacy-policy.html
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Geppetto",
    "description": "This is an extension that you can talk with",
    "version": "1.2",
    "manifest_version": 3,
    "icons": {
        "48": "\/assets\/icons\/logo.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "48": "\/assets\/icons\/logo.png"
        }
    },
    "permissions": [],
    "externally_connectable": {
        "matches": [
            "https:\/\/chatgpt-ext.codebnb.me\/*"
        ]
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": []
}