Geppetto

This is an extension that you can talk with

Apa itu Geppetto?

Geppetto adalah ekstensi Chrome yang dikembangkan oleh STDev, dan fitur utamanya adalah "This is an extension that you can talk with".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Geppetto

Unduh file ekstensi Geppetto dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Geppetto Geppetto
ID mmifilomahkeigjcnggngjiggggegmdc
URL Resmi https://chromewebstore.google.com/detail/geppetto/mmifilomahkeigjcnggngjiggggegmdc
Deskripsi This is an extension that you can talk with
Ukuran File 234 KB
Jumlah Instalasi 53
Versi Saat Ini 1.2
Terakhir Diperbarui 2023-03-22
Tanggal Publikasi 2023-02-08
Pengembang STDev
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://st-dev.com
URL Halaman Bantuan https://st-dev.com/get-a-quote
URL Halaman Kebijakan Privasi http://codebnb.me/privacy-policy.html
Bahasa yang Didukung 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": []
}