ChatGPT answers for WhatsApp™ web
ChatGPT answer-suggestions for WhatsApp™ web
Wat is ChatGPT answers for WhatsApp™ web?
ChatGPT answers for WhatsApp™ web is een Chrome-extensie ontwikkeld door devdamsy, en de belangrijkste functie is "ChatGPT answer-suggestions for WhatsApp™ web".
Extensie Screenshots
Download het CRX-bestand van de extensie ChatGPT answers for WhatsApp™ web
Download ChatGPT answers for WhatsApp™ web-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Send the last 8 chat messages to Chat Gpt and displays the answer-suggestion for you in a field on whatsapp web. You can decide to use it or not.
Basisinformatie over de Extensie
Naam | ChatGPT answers for WhatsApp™ web |
ID | bmbidjjfpkmlddlbkljbphdgpnjnpogk |
Officiële URL | https://chromewebstore.google.com/detail/chatgpt-answers-for-whats/bmbidjjfpkmlddlbkljbphdgpnjnpogk |
Beschrijving | ChatGPT answer-suggestions for WhatsApp™ web |
Bestandsgrootte | 22.01 KB |
Aantal Installaties | 400 |
Huidige Versie | 0.0.5 |
Laatst Bijgewerkt | 2023-07-21 |
Publicatiedatum | 2023-04-01 |
Beoordeling | 4.83/5 Totaal 6 Beoordelingen |
Ontwikkelaar | devdamsy |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://damsoft.nl/gptforwhatsapp/privacypolicy.html |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "ChatGPT answers for WhatsApp\u2122 web", "version": "0.0.5", "description": "ChatGPT answer-suggestions for WhatsApp\u2122 web", "icons": { "16": "icons\/icon_16.png", "32": "icons\/icon_32.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "host_permissions": [ "https:\/\/*.openai.com\/" ], "background": { "service_worker": "background.js" }, "action": { "default_title": "GPT answers for WhatsApp\u2122 web" }, "options_page": "options\/options.html", "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "https:\/\/web.whatsapp.com\/*" ], "run_at": "document_idle", "js": [ "parser.js", "uiStuff.js", "confirmDialog.js", "contentScript.js" ] } ] } |