1Cademy Assistant

This extension simplifies using OpenAI ChatGPT for researchers, instructors, and students.

ما هو 1Cademy Assistant؟

1Cademy Assistant هو إضافة Chrome تم تطويرها بواسطة https://1cademy.com، والميزة الرئيسية لها هي "This extension simplifies using OpenAI ChatGPT for researchers, instructors, and students.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة 1Cademy Assistant

قم بتنزيل ملفات الامتداد 1Cademy Assistant بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        1Cademy Assistant is a dynamic Chrome Extension designed to enrich the experience of researchers, instructors, and students using 1Cademy.com. By effortlessly integrating the capabilities of OpenAI ChatGPT, it allows users to enhance their textual interactions through simple text selection, right-click commands, or convenient keyboard shortcuts.

More than a tool for augmenting writing style, grammar, dictation, coherency, and flow, this extension offers comprehensive explanations and practical tips based on the rules applied, serving as an interactive writing guide.

Particularly for instructors and students engaged with core-econ.org's interactive textbooks, the 1Cademy Assistant significantly contributes to an enriching learning experience. It features a sidebar on each webpage, presenting a compilation of flashcards encapsulating the key concepts of the page's content. Each flashcard incorporates a title, content piece, and a responsive button, allowing students to grasp essential points conveniently, thereby augmenting their comprehension and retention.

The extension also empowers instructors teaching CORE Econ textbooks by identifying the integration and absence of certain concepts in their course knowledge graph on 1Cademy.com. Flashcards that have already been added to the knowledge graph are highlighted in yellow, and a simple click redirects to the corresponding node in their 1Cademy notebook. Conversely, unincorporated flashcards are marked in red and offer a streamlined process for suggesting these as new nodes within the course knowledge graph, even assisting with related node identification and automatic textbook page citation.

The 1Cademy Assistant further diversifies its utility with features like text summarization, clarification, paraphrasing, text condensation, text analysis, literature review, generation of multiple-choice questions, and step-by-step teaching, all designed to support learning and research. Moreover, it serves as a fact-checking tool, and aids in understanding varying viewpoints on web-discussed topics.

As a research group belonging to the University of Michigan School of Information, we prioritize your privacy and ensure that data collection is strictly for scientific research purposes. We guarantee that no data will be shared with any third-party entities, and any research findings published will only utilize anonymized data to safeguard your personal information.                    

معلومات أساسية عن التمديد

الاسم 1Cademy Assistant 1Cademy Assistant
ID jdlbjglnnjcjigpodegggihmcaoikeob
عنوان URL الرسمي https://chromewebstore.google.com/detail/1cademy-assistant/jdlbjglnnjcjigpodegggihmcaoikeob
الوصف This extension simplifies using OpenAI ChatGPT for researchers, instructors, and students.
حجم الملف 4.6 MB
عدد التثبيتات 134
النسخة الحالية 0.0.1.0
آخر تحديث 2023-08-14
تاريخ النشر 2023-01-26
تقييم 5.00/5 مجموع تقييمات 7
المطور https://1cademy.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://1cademy.com/
عنوان صفحة المساعدة https://1cademy.com/
عنوان صفحة سياسة الخصوصية https://1cademy.us/privacy
اللغات المدعومة en-US
manifest.json
{
    "author": "1Cademy",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "19": "images\/icon.png",
            "38": "images\/icon-2x.png"
        },
        "default_title": "1Cademy Assistant"
    },
    "description": "This extension simplifies using OpenAI ChatGPT for researchers, instructors, and students.",
    "icons": {
        "128": "images\/icon-8x.png",
        "16": "images\/icon.png",
        "32": "images\/icon-2x.png",
        "48": "images\/icon-3x.png"
    },
    "manifest_version": 3,
    "minimum_chrome_version": "88.0",
    "name": "1Cademy Assistant",
    "omnibox": {
        "keyword": "1cademy"
    },
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "chrome:\/\/favicon\/*"
    ],
    "permissions": [
        "tabs",
        "activeTab",
        "contextMenus",
        "scripting",
        "windows",
        "storage",
        "commands"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/chat*"
            ],
            "js": [
                "createToaster.js"
            ]
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "paste-detector.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.core-econ.org\/the-economy\/book\/text\/*",
                "https:\/\/core-econ.org\/the-economy\/book\/text\/*",
                "https:\/\/wordpress.deeplearning.ai\/wp-content\/uploads\/2022\/03\/andrew-ng-machine-learning-yearning.pdf",
                "http:\/\/localhost:3000\/notebook*",
                "https:\/\/1cademy.com\/notebook*"
            ],
            "js": [
                "assistant.js"
            ]
        },
        {
            "matches": [
                "https:\/\/chat.openai.com\/chat*"
            ],
            "js": [
                "app.js"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "http:\/\/*\/*",
            "https:\/\/*\/*"
        ]
    },
    "short_name": "1Cademy Assistant Helper",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.1.0",
    "version_name": "0.0.1.0",
    "web_accessible_resources": [
        {
            "resources": [
                "rive-assistant\/loader\/*.riv",
                "rive-assistant\/assistant-0.riv",
                "rive-assistant\/idle.riv",
                "paste-detector.js",
                "images\/icon-2x.png",
                "images\/icon-3x.png",
                "images\/icon-8x.png",
                "images\/icon.png",
                "images\/icon.svg"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "commands": {
        "oa-paraphrase-cgpt": {
            "suggested_key": {
                "default": "Alt+Shift+E"
            },
            "description": "Paraphrase using ChatGPT"
        },
        "oa-improve-cgpt": {
            "suggested_key": {
                "default": "Alt+Shift+O"
            },
            "description": "Improve using ChatGPT"
        },
        "oa-shorten-cgpt": {
            "suggested_key": {
                "default": "Alt+Shift+Q"
            },
            "description": "Shorten using ChatGPT"
        },
        "oa-mcq-cgpt": {
            "suggested_key": {
                "default": "Alt+Shift+W"
            },
            "description": "Generate MCQ using ChatGPT"
        }
    }
}