Adam AI Assistant

Adam Assistant suggests powerful sentences that better deliver your thoughts and help readers understand your message.

Was ist Adam AI Assistant?

Adam AI Assistant ist eine Chrome-Erweiterung, die von iAdam AI entwickelt wurde, und ihr Hauptmerkmal ist "Adam Assistant suggests powerful sentences that better deliver your thoughts and help readers understand your message.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Adam AI Assistant-Erweiterungs-CRX-Datei herunterladen

Laden Sie Adam AI Assistant-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Adam AI Assistant Adam AI Assistant
ID nkkdaakjkjkgfcfagcpibngkklibpdeb
Offizielle URL https://chromewebstore.google.com/detail/adam-ai-assistant/nkkdaakjkjkgfcfagcpibngkklibpdeb
Beschreibung Adam Assistant suggests powerful sentences that better deliver your thoughts and help readers understand your message.
Dateigröße 1.53 MB
Installationsanzahl 113
Aktuelle Version 1.0.18
Letztes Update 2023-08-01
Veröffentlichungsdatum 2022-07-30
Bewertung 5.00/5 Insgesamt 26 Bewertungen
Entwickler iAdam AI
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://iadam.ai
Hilfeseite URL https://iadam.ai/contact-us
Unterstützte Sprachen 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';"
    }
}