Adam AI Assistant

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

O que é Adam AI Assistant?

Adam AI Assistant é uma extensão do Chrome desenvolvida por iAdam AI, e sua principal característica é "Adam Assistant suggests powerful sentences that better deliver your thoughts and help readers understand your message.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Adam AI Assistant

Baixe arquivos de extensão Adam AI Assistant no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Adam AI Assistant Adam AI Assistant
ID nkkdaakjkjkgfcfagcpibngkklibpdeb
URL Oficial https://chromewebstore.google.com/detail/adam-ai-assistant/nkkdaakjkjkgfcfagcpibngkklibpdeb
Descrição Adam Assistant suggests powerful sentences that better deliver your thoughts and help readers understand your message.
Tamanho do Arquivo 1.53 MB
Contagem de Instalações 113
Versão Atual 1.0.18
Última Atualização 2023-08-01
Data de Publicação 2022-07-30
Classificação 5.00/5 Total de 26 Avaliações
Desenvolvedor iAdam AI
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://iadam.ai
URL da Página de Ajuda https://iadam.ai/contact-us
Idiomas Suportados 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';"
    }
}