Correkt — Autonomous AI Agent For Every Task

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

Qu'est-ce que Correkt — Autonomous AI Agent For Every Task ?

Correkt — Autonomous AI Agent For Every Task est une extension Chrome développée par https://correkt.ai, et sa fonction principale est "Automatically summarize articles/videos/PDFs, answer complex questions, schedule repeating tasks, detect misinformation, and more!".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Correkt — Autonomous AI Agent For Every Task

Téléchargez les fichiers d'extension Correkt — Autonomous AI Agent For Every Task au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Correkt — Autonomous AI Agent For Every Task Correkt — Autonomous AI Agent For Every Task
ID npledbgjaebnmdbnnlpfdjllbophfcdg
URL Officiel https://chromewebstore.google.com/detail/correkt-%E2%80%94-autonomous-ai-a/npledbgjaebnmdbnnlpfdjllbophfcdg
Description Automatically summarize articles/videos/PDFs, answer complex questions, schedule repeating tasks, detect misinformation, and more!
Taille du Fichier 2.83 MB
Nombre d'Installations 32
Version Actuelle 1.0.1.0
Dernière Mise à Jour 2023-11-08
Date de Publication 2023-10-18
Développeur https://correkt.ai
Email [email protected]
Type de Paiement in_app
Site Web de l'Extension https://correkt.ai/
URL de la Page d'Aide https://discord.gg/Hj9ffKm9ny
URL de la Page de Politique de Confidentialité https://correkt.ai/privacypolicy
Langues Prises en Charge 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"
    }
}