Correkt — Autonomous AI Agent For Every Task

Automatically summarize articles/videos/PDFs, answer complex questions, schedule repeating tasks, detect misinformation, and more!

Correkt — Autonomous AI Agent For Every Task란 무엇입니까?

Correkt — Autonomous AI Agent For Every Task은(는) https://correkt.ai에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automatically summarize articles/videos/PDFs, answer complex questions, schedule repeating tasks, detect misinformation, and more!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Correkt — Autonomous AI Agent For Every Task 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Correkt AI is an all-in-one autonomous agent that integrates perfectly into your workflow.

Broadly, Correkt helps you:
📖 Automatically summarize articles, PDFs, and YouTube videos
💬 Chat with access to the internet
📘 Use APIs like Wolfram Alpha
🎨 Generate art and photos with Dalle•3
✍️ Interact with any page or uploaded file
🛍️ Find nearby locations and products
🕵️ Detect misinformation and AI generated images 
📅 Schedule repeating tasks to track events

No matter if you are a student, professional, or just want to increase your productivity on the internet, you can use Correkt's wide capabilities to assist with your specific needs. Using our sidebar, you can prompt our agent to answer complex queries, write and edit content, generate art, and much more! Read more below.

📖 Summarization:
— Completely free and automatic, and works everywhere.
— For longer texts, you can simply ask to summarize a specific section.

💬 Chat:
— We have access to the internet and will delve deep into websites to find the best results.
— All chats are saved and easily accessible.

✍️ Interact:
— Our agent can understand any uploaded image, PDF, and text-based file.

🕵️ Detect:
— Simply right click on any image or selected text online and we will analyze the content for whether it's misinformation or AI generated.
— Results are 99% accurate and backed up by trustworthy sources.
— Automatically runs on Facebook and Twitter (coming very soon)

📅 Schedule:
— You may schedule prompts to happen on any date and repeat forever.
— Extremely helpful if you need to track market sentiment, new job openings, current events, etc.

Frequently Asked Questions:

📌 What powers Correkt?
We are a team of researchers applying the latest advances in AI and computer vision to provide accurate and reliable information throughout the internet. We use GPT-4 Turbo, Llama 2, and many of our own state-of-the-art models.

📌 Is Correkt free?
Our automatic summarization and misinformation detector are completely free. Furthermore, our other features have a generous daily usage limit. When you need to scale, you can upgrade to our paid tier.

📌 Does Correkt work in my country?
Yes, our chrome extension works in all countries.

📌 How often do we update Correkt?
We are continuously adding more features every day. Our goal is to provide access to a whole suite of APIs and AI models.

📌 What is Correkt's policy regarding my privacy?
We prioritize your privacy and ensure your data remains confidential. We only collect and use feedback that you provide by using our features.

📪 Contact us:
Any questions or suggestions? Please join our community Discord server at
https://discord.gg/Hj9ffKm9ny                    

확장 프로그램 기본 정보

이름 Correkt — Autonomous AI Agent For Every Task Correkt — Autonomous AI Agent For Every Task
ID npledbgjaebnmdbnnlpfdjllbophfcdg
공식 URL https://chromewebstore.google.com/detail/correkt-%E2%80%94-autonomous-ai-a/npledbgjaebnmdbnnlpfdjllbophfcdg
설명 Automatically summarize articles/videos/PDFs, answer complex questions, schedule repeating tasks, detect misinformation, and more!
파일 크기 2.83 MB
설치 횟수 32
현재 버전 1.0.1.0
최근 업데이트 2023-11-08
출시 날짜 2023-10-18
개발자 https://correkt.ai
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 https://correkt.ai/
도움말 페이지 URL https://discord.gg/Hj9ffKm9ny
개인정보 보호 정책 페이지 URL https://correkt.ai/privacypolicy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Correkt \u2014 Autonomous AI Agent For Every Task",
    "description": "Automatically summarize articles\/videos\/PDFs, answer complex questions, schedule repeating tasks, detect misinformation, and more!",
    "version": "1.0.1.0",
    "minimum_chrome_version": "101",
    "icons": {
        "16": "images\/favicon.png",
        "32": "images\/favicon.png",
        "48": "images\/favicon.png",
        "128": "images\/favicon.png"
    },
    "content_security_policy": {
        "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
    },
    "host_permissions": [
        "http:\/\/127.0.0.1:8000\/",
        "https:\/\/correkt.ai\/",
        "http:\/\/localhost\/",
        ""
    ],
    "permissions": [
        "storage",
        "tabs",
        "activeTab",
        "contextMenus",
        "cookies",
        "geolocation",
        "offscreen",
        "alarms",
        "scripting",
        "declarativeNetRequestWithHostAccess",
        "browsingData"
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "css": [
                "correkt\/dom.css",
                "correkt\/flatpickr.css",
                "correkt\/material_blue.css",
                "correkt\/error-tooltip.css"
            ],
            "js": [
                "correkt\/flatpickr.min.js",
                "correkt\/highlight.min.js",
                "correkt\/markdown-it.js",
                "correkt\/interact.js",
                "correkt\/correkt.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/*\/*"
            ],
            "exclude_matches": [
                "*:\/\/drive.google.com\/*",
                "*:\/\/correkt.ai\/*"
            ]
        },
        {
            "run_at": "document_start",
            "css": [
                "correkt\/correkt.css",
                "correkt\/image-explanation.css",
                "correkt\/text-explanation.css",
                "correkt\/error-tooltip.css",
                "correkt\/colors.css",
                "twitter\/twitter.css"
            ],
            "js": [
                "twitter\/twitter.js"
            ],
            "matches": [
                "https:\/\/twitter.com\/*"
            ]
        },
        {
            "run_at": "document_start",
            "css": [
                "correkt\/correkt.css",
                "correkt\/error-tooltip.css",
                "correkt\/image-explanation.css",
                "correkt\/text-explanation.css",
                "correkt\/colors.css",
                "facebook\/facebook.css"
            ],
            "js": [
                "facebook\/facebook.js"
            ],
            "matches": [
                "https:\/\/www.facebook.com\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "correkt\/correkt.css",
                "fonts\/Inter.ttf",
                "fonts\/*.woff2",
                "correkt\/sidebar.css",
                "correkt\/colors.css",
                "correkt\/error-tooltip.css",
                "correkt\/image-explanation.css",
                "correkt\/loader.css",
                "correkt\/text-explanation.css",
                "images\/default-link-image.svg",
                "images\/book.svg",
                "images\/*",
                "extension-popup\/*",
                "correkt\/tokyo-night-dark.min.css",
                "offscreen.html",
                "offscreen.js",
                "scrape.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_title": "Correkt \nHas access to all websites",
        "default_popup": "extension-popup\/popup.html"
    }
}