Geppetto
This is an extension that you can talk with
Cos'è Geppetto?
Geppetto è un'estensione di Chrome sviluppata da STDev, e la sua funzione principale è "This is an extension that you can talk with".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Geppetto
Scarica i file di estensione Geppetto in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Geppetto |
ID | mmifilomahkeigjcnggngjiggggegmdc |
URL Ufficiale | https://chromewebstore.google.com/detail/geppetto/mmifilomahkeigjcnggngjiggggegmdc |
Descrizione | This is an extension that you can talk with |
Dimensione del File | 234 KB |
Conteggio Installazioni | 53 |
Versione Corrente | 1.2 |
Ultimo Aggiornamento | 2023-03-22 |
Data di Pubblicazione | 2023-02-08 |
Sviluppatore | STDev |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://st-dev.com |
URL della Pagina di Aiuto | https://st-dev.com/get-a-quote |
URL della Pagina della Politica sulla Privacy | http://codebnb.me/privacy-policy.html |
Lingue Supportate | 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": [] } |