Moonbeam AI

Moonbeam's AI helper extension for Chrome

Apa itu Moonbeam AI?

Moonbeam AI adalah ekstensi Chrome yang dikembangkan oleh https://gomoonbeam.com, dan fitur utamanya adalah "Moonbeam's AI helper extension for Chrome".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Moonbeam AI

Unduh file ekstensi Moonbeam AI 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

                        Moonbeam's AI Helper is an extension for Chrome that makes it easier to get things done quickly and efficiently. It helps you automate tasks, find information quickly, and manage your workflows with its powerful AI-powered assistant.

With Moonbeam, you can:

- Summarize any webpage with one click
- Generate text all over the web just like you can in Moonbeam
- Create powerful workflows to help you get things done faster                    

Informasi Dasar Ekstensi

Nama Moonbeam AI Moonbeam AI
ID cnleompgldclnmbijbcppkiaigdjohjl
URL Resmi https://chromewebstore.google.com/detail/moonbeam-ai/cnleompgldclnmbijbcppkiaigdjohjl
Deskripsi Moonbeam's AI helper extension for Chrome
Ukuran File 176 KB
Jumlah Instalasi 409
Versi Saat Ini 0.0.6
Terakhir Diperbarui 2023-01-12
Tanggal Publikasi 2022-12-22
Penilaian 5.00/5 Total 3 Penilaian
Pengembang https://gomoonbeam.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://gomoonbeam.com
URL Halaman Bantuan https://gomoonbeam.com
URL Halaman Kebijakan Privasi https://www.gomoonbeam.com/privacy
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Moonbeam AI",
    "version": "0.0.6",
    "description": "Moonbeam's AI helper extension for Chrome",
    "options_page": "src\/pages\/options\/index.html",
    "background": {
        "service_worker": "src\/pages\/background\/index.js",
        "type": "module"
    },
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "action": {
        "default_popup": "src\/pages\/popup\/index.html",
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "src\/pages\/content\/index.js"
            ],
            "css": [
                "assets\/css\/contentStyle.chunk.css"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "default-src 'self'; connect-src https:\/\/* data: blob: filesystem:;"
    },
    "devtools_page": "src\/pages\/devtools\/index.html",
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/js\/*.js",
                "assets\/css\/*.css",
                "icon-128.png",
                "icon-34.png"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}