Adam AI Assistant

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

Adam AI Assistantとは何ですか?

Adam AI AssistantはiAdam AIによって開発されたChromeの拡張機能で、その主な機能は「Adam Assistant suggests powerful sentences that better deliver your thoughts and help readers understand your message.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Adam AI Assistant拡張機能のCRXファイルをダウンロード

Adam AI Assistant拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Adam AI Assistant Adam AI Assistant
ID nkkdaakjkjkgfcfagcpibngkklibpdeb
公式URL https://chromewebstore.google.com/detail/adam-ai-assistant/nkkdaakjkjkgfcfagcpibngkklibpdeb
説明 Adam Assistant suggests powerful sentences that better deliver your thoughts and help readers understand your message.
ファイルサイズ 1.53 MB
インストール数 113
現在のバージョン 1.0.18
最終更新日 2023-08-01
公開日 2022-07-30
評価 5.00/5 合計 26 レビュー
開発者 iAdam AI
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://iadam.ai
ヘルプページのURL https://iadam.ai/contact-us
対応言語 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';"
    }
}