Moonbeam AI

Moonbeam's AI helper extension for Chrome

ما هو Moonbeam AI؟

Moonbeam AI هو إضافة Chrome تم تطويرها بواسطة https://gomoonbeam.com، والميزة الرئيسية لها هي "Moonbeam's AI helper extension for Chrome".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Moonbeam AI

قم بتنزيل ملفات الامتداد Moonbeam AI بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة https://gomoonbeam.com
عنوان صفحة سياسة الخصوصية 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}