ChatGPT answers for WhatsApp™ web
ChatGPT answer-suggestions for WhatsApp™ web
What is ChatGPT answers for WhatsApp™ web?
ChatGPT answers for WhatsApp™ web is a Chrome extension developed by devdamsy, and its main feature is "ChatGPT answer-suggestions for WhatsApp™ web".
Extension Screenshots
Download ChatGPT answers for WhatsApp™ web Extension CRX File
Download ChatGPT answers for WhatsApp™ web extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | ChatGPT answers for WhatsApp™ web |
ID | bmbidjjfpkmlddlbkljbphdgpnjnpogk |
Official URL | https://chromewebstore.google.com/detail/chatgpt-answers-for-whats/bmbidjjfpkmlddlbkljbphdgpnjnpogk |
Description | ChatGPT answer-suggestions for WhatsApp™ web |
File Size | 22.01 KB |
Installation Count | 400 |
Current Version | 0.0.5 |
Last Updated | 2023-07-21 |
Publish Date | 2023-04-01 |
Rating | 4.83/5 Total 6 Ratings |
Developer | devdamsy |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://damsoft.nl/gptforwhatsapp/privacypolicy.html |
Supported Languages | 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" ] } ] } |