Enigma, ChatGPT Sidebar

Enigma is an AI assistant sidebar. It brings the power of AI into your hands. Access ChatGPT everywhere.

Enigma, ChatGPT Sidebarคืออะไร?

Enigma, ChatGPT Sidebar เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://enigmalabs.site และคุณลักษณะหลักของมันคือ "Enigma is an AI assistant sidebar. It brings the power of AI into your hands. Access ChatGPT everywhere."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Enigma, ChatGPT Sidebar

ดาวน์โหลดไฟล์ส่วนขยาย Enigma, ChatGPT Sidebar ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        ⭐⭐Now chat with any PDF file. Upload your documents, papers, or assignments and ask any questions about them!

Access ChatGPT everywhere with the Enigma extension!

⭐Open the sidebar using ctrl+alt+j (ctrl+cmd+j on MacOS) or clicking on the Enigma icon at the bottom left corner of the screen.

⭐Easily Draft content for blogs and social media with the new "Compose" tab.
⭐Summarize long webpages without any limit to its size.
⭐ Write emails for Gmail and Outlook or summarize your mailbox.
⭐ Summarize Wikipedia pages.
⭐ Get answers with faster response times.
⭐ Download the response as a Word document.
⭐ Translate highlighted text.

- Write tweets for twitter.
- Query highlighted text from any website.
- Keep chat context for each website separately.
- Easily write essays with ChatGPT and generate Word documents.
- Query highlighted text directly from the context menu.
- Access ChatGPT anywhere anytime, even when demand is high!
- Generate captions for Instagram.
- Write posts for social social media such as LinkedIn.
- Summarize Google, Bing, and DuckDuckGo results.
- Desktop application and VS Code extension will be available soon!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Enigma, ChatGPT Sidebar Enigma, ChatGPT Sidebar
ID lleclccmikobeebblacfhlghpinaidlm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/enigma-chatgpt-sidebar/lleclccmikobeebblacfhlghpinaidlm
คำอธิบาย Enigma is an AI assistant sidebar. It brings the power of AI into your hands. Access ChatGPT everywhere.
ขนาดไฟล์ 3.17 MB
จำนวนการติดตั้ง 152
เวอร์ชันปัจจุบัน 0.1.0
อัปเดตครั้งล่าสุด 2023-05-27
วันที่เผยแพร่ 2023-04-02
คะแนน 3.86/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา https://enigmalabs.site
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://enigmalabs.site/chatgpt-extension/
URL หน้าช่วยเหลือ https://enigmalabs.site/chatgpt-extension/
URL หน้านโยบายความเป็นส่วนตัว https://enigmalabs.site/privacy_policy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Enigma, ChatGPT Sidebar",
    "version": "0.1.0",
    "manifest_version": 3,
    "description": "Enigma is an AI assistant sidebar. It brings the power of AI into your hands. Access ChatGPT everywhere.",
    "icons": {
        "48": "icon-E-purple-rounded-border-64.png",
        "128": "icon-purple-rounded-border-128.png"
    },
    "action": {
        "default_popup": ".\/index.html"
    },
    "permissions": [
        "contextMenus",
        "storage",
        "activeTab",
        "unlimitedStorage"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/enigmalabs.site\/*",
            "https:\/\/api.enigmalabs.site\/*"
        ]
    },
    "background": {
        "service_worker": ".\/static\/js\/background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                ".\/static\/js\/attach.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "attach.css",
                "enigma-icon-m.png",
                "enigma-icon-l.png",
                "icon-purple-rounded-border-256.png"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        }
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmapMzta38DHWLHueD04s55\/l57dcA1PexnbhMRp4LIT4R2neB\/9DaaUWBPZIA1eShTGE86rp0CBIB6VVzMRZcLBICWwVA4LKHG7bsZX6LndE2UtnwpQaqGn1bI8Qv2asH05rh+IyrC3x\/EBtxmWndze4HaY9uwAhz77jeaYAkBILuFeJxRMCa11hOtH7avGXYTPa72AzLhciOhYHvwE1xoR0TNLSP8GE2i6d0QNGnxi3Z8W3NjoEK0xeLc0XKoCDJnU3nH\/twPdQxjR52EllliM1Pn1vtNEREgiU6JokdP\/rpOvvJMXbMti8ghVGZ9v0QC8g8wNth0sIs6L6hH+l+wIDAQAB"
}