Moonbeam AI

Moonbeam's AI helper extension for Chrome

Moonbeam AI क्या है?

Moonbeam AI https://gomoonbeam.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Moonbeam's AI helper extension for Chrome"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Moonbeam AI एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम Moonbeam AI Moonbeam AI
ID cnleompgldclnmbijbcppkiaigdjohjl
आधिकारिक URL https://chromewebstore.google.com/detail/moonbeam-ai/cnleompgldclnmbijbcppkiaigdjohjl
विवरण Moonbeam's AI helper extension for Chrome
फ़ाइल का आकार 176 KB
स्थापना संख्या 409
वर्तमान संस्करण 0.0.6
अंतिम अपडेट 2023-01-12
प्रकाशन तिथि 2022-12-22
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर https://gomoonbeam.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://gomoonbeam.com
सहायता पृष्ठ URL https://gomoonbeam.com
गोपनीयता नीति पृष्ठ URL https://www.gomoonbeam.com/privacy
समर्थित भाषाएँ 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}