Geppetto
This is an extension that you can talk with
Vad är Geppetto?
Geppetto är en Chrome-tillägg utvecklad av STDev, och dess huvudfunktion är "This is an extension that you can talk with".
Tilläggsskärmbilder
Ladda ner Geppetto-förlängningens CRX-fil
Ladda ner Geppetto-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | mmifilomahkeigjcnggngjiggggegmdc |
| Officiell webbadress | https://chromewebstore.google.com/detail/geppetto/mmifilomahkeigjcnggngjiggggegmdc |
| Beskrivning | This is an extension that you can talk with |
| Filstorlek | 234 KB |
| Antal Installationer | 53 |
| Aktuell Version | 1.2 |
| Senast Uppdaterad | 2023-03-22 |
| Publiceringsdatum | 2023-02-08 |
| Utvecklare | STDev |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://st-dev.com |
| Hjälpsida URL | https://st-dev.com/get-a-quote |
| URL till Sekretesspolicy Sidan | http://codebnb.me/privacy-policy.html |
| Stödda Språk | 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": []
} | |