Correkt — Autonomous AI Agent For Every Task

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

Co je Correkt — Autonomous AI Agent For Every Task?

Correkt — Autonomous AI Agent For Every Task je rozšíření Chrome vyvinuté https://correkt.ai, a jeho hlavní funkcí je „Automatically summarize articles/videos/PDFs, answer complex questions, schedule repeating tasks, detect misinformation, and more!“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Correkt — Autonomous AI Agent For Every Task

Stáhněte si soubory rozšíření Correkt — Autonomous AI Agent For Every Task ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Correkt — Autonomous AI Agent For Every Task Correkt — Autonomous AI Agent For Every Task
ID npledbgjaebnmdbnnlpfdjllbophfcdg
Oficiální URL https://chromewebstore.google.com/detail/correkt-%E2%80%94-autonomous-ai-a/npledbgjaebnmdbnnlpfdjllbophfcdg
Popis Automatically summarize articles/videos/PDFs, answer complex questions, schedule repeating tasks, detect misinformation, and more!
Velikost souboru 2.83 MB
Počet instalací 32
Aktuální Verze 1.0.1.0
Poslední Aktualizace 2023-11-08
Datum Vydání 2023-10-18
Vývojář https://correkt.ai
E-mail [email protected]
Typ Platby in_app
Webové stránky Rozšíření https://correkt.ai/
URL Stránky Nápovědy https://discord.gg/Hj9ffKm9ny
URL Stránky Zásad Ochrany Soukromí https://correkt.ai/privacypolicy
Podporované Jazyky 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"
    }
}