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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}