Edredo AI Assistant

It uses ChatGPT in the background to help you generate content and prepare questions on the platform.

Edredo AI Assistantคืออะไร?

Edredo AI Assistant เป็นส่วนขยายของ Chrome ที่พัฒนาโดย pritam และคุณลักษณะหลักของมันคือ "It uses ChatGPT in the background to help you generate content and prepare questions on the platform."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Edredo AI Assistant

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

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

                        Introducing the Edredo AI Plugin, the most advanced tool for personalized content discovery and assessment!

With the Edredo AI Plugin, Edredo users can connect with ChatGPT's cutting-edge AI technology to access a range of powerful features.

The plugin provides personalized content suggestions for posts, examples, questions, and resources based on your preferences, search history, and feedback. But the plugin's capabilities don't end there - you can also specify metadata like topic, complexity level, and more to get even more accurate and relevant content recommendations.

In addition to content suggestion, the plugin provides automatic Multiple Choice Question (MCQ) and Numerical Question suggestions. These features are perfect for educators, students, and professionals who need to create assessments and evaluate their knowledge quickly and efficiently.

Using the Edredo AI Plugin is a breeze. Simply install it in your Chrome browser, connect with ChatGPT, and customize your preferences and settings. The plugin's intuitive interface allows you to provide feedback and refine your preferences to get the most out of the AI-powered tools.

Experience the power of personalized AI-driven content discovery and assessment with the Edredo AI Plugin. Install it today and take your learning, teaching, and professional development to the next level!                    

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

ชื่อ Edredo AI Assistant Edredo AI Assistant
ID hebakjagmnmkeacdfcjgapeihiogdham
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/edredo-ai-assistant/hebakjagmnmkeacdfcjgapeihiogdham
คำอธิบาย It uses ChatGPT in the background to help you generate content and prepare questions on the platform.
ขนาดไฟล์ 133 KB
จำนวนการติดตั้ง 69
เวอร์ชันปัจจุบัน 0.0.2
อัปเดตครั้งล่าสุด 2023-05-19
วันที่เผยแพร่ 2023-05-09
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา pritam
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ de,en,fr,es,hu,pt-PT,ro,ru,uk,iw,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Edredo AI Assistant",
    "description": "It uses ChatGPT in the background to help you generate content and prepare questions on the platform.",
    "default_locale": "en",
    "version": "0.0.2",
    "manifest_version": 3,
    "icons": {
        "16": "logo.png",
        "32": "logo.png",
        "48": "logo.png",
        "128": "logo.png"
    },
    "host_permissions": [
        "https:\/\/*.openai.com\/"
    ],
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/dev-edredo-next.oslabs.app\/*",
                "https:\/\/www.edredo.com\/*"
            ],
            "js": [
                "content-script.js"
            ],
            "css": [
                "content-script.css"
            ]
        }
    ]
}