Moonbeam AI

Moonbeam's AI helper extension for Chrome

What is Moonbeam AI?

Moonbeam AI is a Chrome extension developed by https://gomoonbeam.com, and its main feature is "Moonbeam's AI helper extension for Chrome".

Extension Screenshots

screenshot

Download Moonbeam AI Extension CRX File

Download Moonbeam AI extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Moonbeam AI Moonbeam AI
ID cnleompgldclnmbijbcppkiaigdjohjl
Official URL https://chromewebstore.google.com/detail/moonbeam-ai/cnleompgldclnmbijbcppkiaigdjohjl
Description Moonbeam's AI helper extension for Chrome
File Size 176 KB
Installation Count 409
Current Version 0.0.6
Last Updated 2023-01-12
Publish Date 2022-12-22
Rating 5.00/5 Total 3 Ratings
Developer https://gomoonbeam.com
Email [email protected]
Payment Type free
Extension Website https://gomoonbeam.com
Help Page URL https://gomoonbeam.com
Privacy Policy Page URL https://www.gomoonbeam.com/privacy
Supported Languages 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}