Adam AI Assistant

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

Wat is Adam AI Assistant?

Adam AI Assistant is een Chrome-extensie ontwikkeld door iAdam AI, en de belangrijkste functie is "Adam Assistant suggests powerful sentences that better deliver your thoughts and help readers understand your message.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Adam AI Assistant

Download Adam AI Assistant-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Adam AI Assistant Adam AI Assistant
ID nkkdaakjkjkgfcfagcpibngkklibpdeb
Officiële URL https://chromewebstore.google.com/detail/adam-ai-assistant/nkkdaakjkjkgfcfagcpibngkklibpdeb
Beschrijving Adam Assistant suggests powerful sentences that better deliver your thoughts and help readers understand your message.
Bestandsgrootte 1.53 MB
Aantal Installaties 113
Huidige Versie 1.0.18
Laatst Bijgewerkt 2023-08-01
Publicatiedatum 2022-07-30
Beoordeling 5.00/5 Totaal 26 Beoordelingen
Ontwikkelaar iAdam AI
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://iadam.ai
Help Pagina-URL https://iadam.ai/contact-us
Ondersteunde Talen 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';"
    }
}