Adam AI Assistant
Adam Assistant suggests powerful sentences that better deliver your thoughts and help readers understand your message.
What is Adam AI Assistant?
Adam AI Assistant is a Chrome extension developed by iAdam AI, and its main feature is "Adam Assistant suggests powerful sentences that better deliver your thoughts and help readers understand your message.".
Extension Screenshots
Download Adam AI Assistant Extension CRX File
Download Adam AI Assistant 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
Adam Assistant tool helps the user to check and better understand the emotions and state of mind of the other user by analyzing their input text with real-time sentiment analysis. Adam would then recommend better responses to steer the conversations, and communicate effectively.
Extension Basic Information
Name | Adam AI Assistant |
ID | nkkdaakjkjkgfcfagcpibngkklibpdeb |
Official URL | https://chromewebstore.google.com/detail/adam-ai-assistant/nkkdaakjkjkgfcfagcpibngkklibpdeb |
Description | Adam Assistant suggests powerful sentences that better deliver your thoughts and help readers understand your message. |
File Size | 1.53 MB |
Installation Count | 113 |
Current Version | 1.0.18 |
Last Updated | 2023-08-01 |
Publish Date | 2022-07-30 |
Rating | 5.00/5 Total 26 Ratings |
Developer | iAdam AI |
[email protected] | |
Payment Type | free |
Extension Website | https://iadam.ai |
Help Page URL | https://iadam.ai/contact-us |
Supported Languages | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Adam AI Assistant", "short_name": "adam-extension-react", "version": "1.0.18", "description": "Adam Assistant suggests powerful sentences that better deliver your thoughts and help readers understand your message.", "icons": { "512": "assets\/images\/loader.png", "16": "assets\/images\/loader.png", "32": "assets\/images\/loader.png", "150": "assets\/images\/loader.png" }, "permissions": [ "contextMenus", "tabs" ], "background": { "service_worker": "background.js" }, "host_permissions": [], "action": { "default_title": "Adam Extension", "default_icon": "assets\/images\/loader.png", "default_popup": "index.html" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self';" } } |