Adam AI Assistant
Adam Assistant suggests powerful sentences that better deliver your thoughts and help readers understand your message.
Adam AI Assistant là gì?
Adam AI Assistant là một tiện ích mở rộng Chrome được phát triển bởi iAdam AI, và tính năng chính của nó là "Adam Assistant suggests powerful sentences that better deliver your thoughts and help readers understand your message.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Adam AI Assistant
Tải xuống các tệp mở rộng Adam AI Assistant dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Adam AI Assistant |
ID | nkkdaakjkjkgfcfagcpibngkklibpdeb |
URL Chính Thức | https://chromewebstore.google.com/detail/adam-ai-assistant/nkkdaakjkjkgfcfagcpibngkklibpdeb |
Mô tả | Adam Assistant suggests powerful sentences that better deliver your thoughts and help readers understand your message. |
Kích Thước Tệp | 1.53 MB |
Số Lần Cài Đặt | 113 |
Phiên Bản Hiện Tại | 1.0.18 |
Cập Nhật Lần Cuối | 2023-08-01 |
Ngày Phát Hành | 2022-07-30 |
Đánh Giá | 5.00/5 Tổng số 26 Đánh Giá |
Nhà Phát Triển | iAdam AI |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://iadam.ai |
URL Trang Trợ Giúp | https://iadam.ai/contact-us |
Ngôn Ngữ Được Hỗ Trợ | 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';" } } |