Autentik AI: Explain & Reply

AI-based web-extension to help autistic individuals with social interactions: explains hidden meanings and proposes replies.

Autentik AI: Explain & Replyคืออะไร?

Autentik AI: Explain & Reply เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Autentik AI และคุณลักษณะหลักของมันคือ "AI-based web-extension to help autistic individuals with social interactions: explains hidden meanings and proposes replies."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Autentik AI: Explain & Reply

ดาวน์โหลดไฟล์ส่วนขยาย Autentik AI: Explain & Reply ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Finding the perfect answer for ritualistic questions, like "How are you?", can be tough. Let us assist!

Features:
🔍 Text clarifier: Explains hidden meanings of phrases 
✍️ Reply assistant: Provides nice and polite replies

Text clarifier:
The Text Clarifier is a valuable tool designed to help you decipher hidden meanings and nuances in written communication. It's especially useful when you want to understand the underlying messages, subtext, or implied sentiments within a text.

Reply assistant:
This feature aids in crafting responses for those polite small talk moments and dialogue initiations and conclusions. ∞ Tailored for the autistic community, we aim to help in these often meaningless interactions. Our goal isn't to change your authentic voice or make you imitate others, but to offer a hand during routine exchanges.

Use Autentik AI Text Helper for a gentle nudge during these moments! 💬❤️

How to use the extension:
1. Select some text on the web-page: in email,  "Whatsapp for web", "Reddit", or on some other resource. 
2. Open the Extention
3. Press "Make it clear" to clarify the text, Press "Compose reply" to get an option for potential reply.

Settings:
To open settings, click on the three lines in the top right corner. Here you can:
- Translate the interface to different languages
- Choose whilte ⬜, blue 🟦 or black ⬛️ color scheme
- Make the Popup bigger or smaller

--
The solution is powered by ChatGPT Turbo 4                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Autentik AI: Explain & Reply Autentik AI: Explain & Reply
ID nakhncmolfdoehhapkakieogkggekaea
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/autentik-ai-explain-reply/nakhncmolfdoehhapkakieogkggekaea
คำอธิบาย AI-based web-extension to help autistic individuals with social interactions: explains hidden meanings and proposes replies.
ขนาดไฟล์ 1.62 MB
จำนวนการติดตั้ง 225
เวอร์ชันปัจจุบัน 1.0.7
อัปเดตครั้งล่าสุด 2024-01-19
วันที่เผยแพร่ 2023-10-14
คะแนน 5.00/5 รวมทั้งหมด 10 คะแนน
ผู้พัฒนา Autentik AI
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.autentik.ai/
URL หน้านโยบายความเป็นส่วนตัว https://www.autentik.ai/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Autentik AI: Explain & Reply",
    "version": "1.0.7",
    "description": "AI-based web-extension to help autistic individuals with social interactions: explains hidden meanings and proposes replies.",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "icons": {
        "16": "logo-16.png",
        "48": "logo-48.png",
        "128": "logo-128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup\/index.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content-script.js"
            ],
            "css": [
                "style.css"
            ]
        }
    ]
}