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文件

下載Correkt — Autonomous AI Agent For Every Task擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    }
}