My AI Assistant (MAIA)

Productivity Booster!

My AI Assistant (MAIA)란 무엇입니까?

My AI Assistant (MAIA)은(는) pkumbhat에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Productivity Booster!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

My AI Assistant (MAIA) 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
}