Adam AI Assistant

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

Cos'è Adam AI Assistant?

Adam AI Assistant è un'estensione di Chrome sviluppata da iAdam AI, e la sua funzione principale è "Adam Assistant suggests powerful sentences that better deliver your thoughts and help readers understand your message.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Adam AI Assistant

Scarica i file di estensione Adam AI Assistant in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Adam AI Assistant Adam AI Assistant
ID nkkdaakjkjkgfcfagcpibngkklibpdeb
URL Ufficiale https://chromewebstore.google.com/detail/adam-ai-assistant/nkkdaakjkjkgfcfagcpibngkklibpdeb
Descrizione Adam Assistant suggests powerful sentences that better deliver your thoughts and help readers understand your message.
Dimensione del File 1.53 MB
Conteggio Installazioni 113
Versione Corrente 1.0.18
Ultimo Aggiornamento 2023-08-01
Data di Pubblicazione 2022-07-30
Valutazione 5.00/5 Totale 26 Valutazioni
Sviluppatore iAdam AI
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://iadam.ai
URL della Pagina di Aiuto https://iadam.ai/contact-us
Lingue Supportate 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';"
    }
}