Adam AI Assistant
Adam Assistant suggests powerful sentences that better deliver your thoughts and help readers understand your message.
Co je Adam AI Assistant?
Adam AI Assistant je rozšíření Chrome vyvinuté iAdam AI, a jeho hlavní funkcí je „Adam Assistant suggests powerful sentences that better deliver your thoughts and help readers understand your message.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Adam AI Assistant
Stáhněte si soubory rozšíření Adam AI Assistant ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Adam AI Assistant |
ID | nkkdaakjkjkgfcfagcpibngkklibpdeb |
Oficiální URL | https://chromewebstore.google.com/detail/adam-ai-assistant/nkkdaakjkjkgfcfagcpibngkklibpdeb |
Popis | Adam Assistant suggests powerful sentences that better deliver your thoughts and help readers understand your message. |
Velikost souboru | 1.53 MB |
Počet instalací | 113 |
Aktuální Verze | 1.0.18 |
Poslední Aktualizace | 2023-08-01 |
Datum Vydání | 2022-07-30 |
Hodnocení | 5.00/5 Celkem 26 Hodnocení |
Vývojář | iAdam AI |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://iadam.ai |
URL Stránky Nápovědy | https://iadam.ai/contact-us |
Podporované Jazyky | 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';" } } |