My AI Assistant (MAIA)

Productivity Booster!

Apa itu My AI Assistant (MAIA)?

My AI Assistant (MAIA) adalah ekstensi Chrome yang dikembangkan oleh pkumbhat, dan fitur utamanya adalah "Productivity Booster!".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi My AI Assistant (MAIA)

Unduh file ekstensi My AI Assistant (MAIA) dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama My AI Assistant (MAIA) My AI Assistant (MAIA)
ID heaplgobfdojfolbieapaccceajljeho
URL Resmi https://chromewebstore.google.com/detail/my-ai-assistant-maia/heaplgobfdojfolbieapaccceajljeho
Deskripsi Productivity Booster!
Ukuran File 2.03 MB
Jumlah Instalasi 33
Versi Saat Ini 1.0.0.13
Terakhir Diperbarui 2023-11-04
Tanggal Publikasi 2023-09-13
Pengembang pkumbhat
Email [email protected]
Tipe Pembayaran in_app
Situs Ekstensi https://www.chromeaiextn.com/
URL Halaman Bantuan https://www.chromeaiextn.com/help.html
URL Halaman Kebijakan Privasi https://www.chromeaiextn.com/terms.html
Bahasa yang Didukung 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"
}