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
官方網址 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
電子郵箱 [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';"
    }
}