My AI Assistant (MAIA)

Productivity Booster!

My AI Assistant (MAIA)คืออะไร?

My AI Assistant (MAIA) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย pkumbhat และคุณลักษณะหลักของมันคือ "Productivity Booster!"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย My AI Assistant (MAIA)

ดาวน์โหลดไฟล์ส่วนขยาย My AI Assistant (MAIA) ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Introducing MAIA (My AI Assistant) 🎉, theee tool for boosting productivity! Now, you can conveniently utilize your voice to interact with MAIA! 🎙️ (check out our video here - https://www.youtube.com/watch?v=v_EsVni7XUw)

Get it for free on Google Chrome and experience the unfiltered power of OpenAI as you browse. 🌐 

MAIA is designed to be intuitive, user-friendly, and seamlessly integrated into your workflow. 🚀 

MAIA is here to assist you with a variety of tasks including:
1) Translating and transcribing content 🌎. Think voice notes!
2) Content generation ✍🏼
3) Summarising content 📝
4) Simplifying complex content 👌
5) Explaining content for better understanding 🧠
6) And a ton of other features! 🎁

Get MAIA on Chrome for free today - https://www.chromeaiextn.com 🆓

#AI #generativeai #openai #chatgpt #browser #productivity #maia #aiassistance #chrome #chromeextension #voice #voicenotes #audio #transcribe #translate                    

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

ชื่อ My AI Assistant (MAIA) My AI Assistant (MAIA)
ID heaplgobfdojfolbieapaccceajljeho
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/my-ai-assistant-maia/heaplgobfdojfolbieapaccceajljeho
คำอธิบาย Productivity Booster!
ขนาดไฟล์ 2.03 MB
จำนวนการติดตั้ง 33
เวอร์ชันปัจจุบัน 1.0.0.13
อัปเดตครั้งล่าสุด 2023-11-04
วันที่เผยแพร่ 2023-09-13
ผู้พัฒนา pkumbhat
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://www.chromeaiextn.com/
URL หน้าช่วยเหลือ https://www.chromeaiextn.com/help.html
URL หน้านโยบายความเป็นส่วนตัว https://www.chromeaiextn.com/terms.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "My AI Assistant (MAIA)",
    "description": "Productivity Booster!",
    "version": "1.0.0.13",
    "icons": {
        "16": "images\/micon-16.png",
        "32": "images\/micon-32.png",
        "48": "images\/micon-48.png",
        "128": "images\/micon-128.png"
    },
    "side_panel": {
        "default_path": "popup.html"
    },
    "action": {
        "default_title": "Click to open My AI Assistant (MAIA)!",
        "default_icons": {
            "16": "images\/micon-16.png",
            "32": "images\/micon-32.png",
            "48": "images\/micon-48.png",
            "128": "images\/micon-128.png"
        }
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*",
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "activeTab",
        "scripting",
        "unlimitedStorage",
        "storage",
        "identity",
        "sidePanel"
    ],
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "background": {
        "service_worker": "serviceworker.js"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkUPvBykayWpUGk2Re7E1pzEyAp\/NDfoS28lEQmXV8yh5lrnOwsxagHccolaFLhpfmx4AfWgKJE37QxBGpHRbgAov0YQDZsGbi35FbKPvJ131AjpGJPOSkVJf7DegeqdNzxiytaPGjACWygdOrgopEL9+HMIINTUUR+R6LzSSrk7ZAEBXRvwvOLNFSr4F5zqRIcujjW9OcTCJkxZSpKlvHF+kNxyuvhrEdxvfEdLVILH9Pc+QZoYfdh1ai1KD8DE\/h11CBSeiP5kvn0P+wXKxHgI0ECSVsFu22\/JTnx\/Z0pIq2mM9WzQqNxaM1RJuO7CDyw0\/gznO1xuxIokvejKRtQIDAQAB"
}