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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย iAdam AI และคุณลักษณะหลักของมันคือ "Adam Assistant suggests powerful sentences that better deliver your thoughts and help readers understand your message."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Adam AI Assistant

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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';"
    }
}