AI Content Detector for ChatGPT - Sapling.ai

Quickly check if any content was AI generated, and make sure your writing isn't!

¿Qué es AI Content Detector for ChatGPT - Sapling.ai?

AI Content Detector for ChatGPT - Sapling.ai es una extensión de Chrome desarrollada por Sapling Intelligence, y su función principal es "Quickly check if any content was AI generated, and make sure your writing isn't!".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión AI Content Detector for ChatGPT - Sapling.ai

Descarga archivos de extensión AI Content Detector for ChatGPT - Sapling.ai en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Check if any content on the internet was generated using an AI service like ChatGPT, GPT-4, Bard, or Claude. Verify that the content was written by a human and not an AI chatbot. 

Detect AI content while you're browsing. Use this AI Content Detector to select or highlight any text on the internet, and quickly check if it was generated by AI.

Our AI Detection extension will also generate certificates that you can use to share your results, or as proof that your work was not AI generated.

Check your writing to detect AI content, verify that AI detectors will classify your writing as human-written.

Run AI detection on LinkedIn posts. Use the AI content detector to see if LinkedIn content was AI-generated.

Run AI detection on Reddit posts and comments. Use the AI content detector to see if Reddit content was AI-generated.

Run AI detection on Facebook posts. Use the AI content detector to see if Facebook posts were AI generated.

The extension works as a ChatGPT checker - Check ChatGPT outputs easily to see if they would be flagged as having been written by AI.

We analyze the overall text, but also detect and highlight sections and sentences that look like they were content written by an AI chatbot.

Get confidence scores on every analysis, representing how confident we are in our AI content detection.

== How you can use this extension ==
• On popular generative AI sites, like ChatGPT (chat.openai.com) we automatically embed a "Detect AI" button next to every response.
• Anywhere on the internet, from social media and news sites, to anywhere you're typing out your content, simply select the text you want to check and click on our button to analyze it.
• Once you've run a text for analysis, you can edit it inline to and re-submit it till you've removed any suspicious pieces of text!

== Why is this important today?

AI generated content is proliferating across the internet. Services like ChatGPT, Bard, Claude make it easier than ever before to write long articles, LinkedIn posts, or other piece of published text - including homework assignments and work reports. 

Companies, content platforms, schools, universities are becoming more and more sensitive to content that is purely AI generated, and may use tools, similar to ours, to penalize or block such content.

This technology also makes it easier for bad actors to rapidly generate misleading or disingenous content. We hope our extension can help users quickly detect such work.

== What does it cost?

This AI Content Detector is built by Sapling.ai (https://sapling.ai/). We offer a free trial for one month, with all functionality provided. After that, AI detection is a premium-only feature. Head over to https://sapling.ai/pricing for our latest premium plans, currently starting at $25 a month.

== Is there an enterprise offering?

Yes! Sapling.ai has a stellar history of providing grammar checking and writing assistance tools to many companies - and AI content detection is our latest offering. Drop us a note on https://sapling.ai/contact or [email protected] and we'll be in touch.

== Is there an API?

Absolutely, head over https://sapling.ai/docs/api/detector/ for sample code and documentation. You should be able to run your first API call in just a few minutes. Note that API pricing is usage-based, and is separate from the chrome extension subscription. You can find more details at https://sapling.ai/docs/api/pricing/                    

Información Básica de la Extensión

Nombre AI Content Detector for ChatGPT - Sapling.ai AI Content Detector for ChatGPT - Sapling.ai
ID gbcfdjgipmpinkahpiambcikjkijimhi
URL Oficial https://chromewebstore.google.com/detail/ai-content-detector-for-c/gbcfdjgipmpinkahpiambcikjkijimhi
Descripción Quickly check if any content was AI generated, and make sure your writing isn't!
Tamaño del Archivo 2.51 MB
Cantidad de Instalaciones 7,000
Versión Actual 1.0.0.4
Última Actualización 2023-10-26
Fecha de Publicación 2023-07-31
Calificación 5.00/5 Total de 4 Calificaciones
Desarrollador Sapling Intelligence
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://sapling.ai/ai-content-detector
URL de la Página de Ayuda https://sapling.ai/contact
URL de la Página de Política de Privacidad https://sapling.ai/privacy
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "AI Content Detector for ChatGPT - Sapling.ai",
    "short_name": "Sapling AI Detector",
    "description": "Quickly check if any content was AI generated, and make sure your writing isn't!",
    "version": "1.0.0.4",
    "author": "sapling.ai",
    "icons": {
        "32": "assets\/sapling-32x32.png",
        "48": "assets\/sapling-48x48.png",
        "128": "assets\/sapling-128x128.png",
        "176": "assets\/sapling-176x176.png"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    },
    "action": {
        "default_icon": {
            "40": "assets\/sapling-40x40.png"
        },
        "default_title": "Sapling",
        "default_popup": "generated\/popup.html#saplingpopup"
    },
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "42.0"
        }
    },
    "permissions": [
        "activeTab",
        "alarms",
        "clipboardRead",
        "clipboardWrite",
        "identity",
        "identity.email",
        "offscreen",
        "scripting",
        "storage",
        "tabs",
        "webNavigation"
    ],
    "host_permissions": [
        "",
        "*:\/\/*\/*"
    ],
    "background": {
        "service_worker": "generated\/background-bundle.js"
    },
    "commands": {
        "_execute_browser_action": []
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/sapling.ai\/no_declarative_injections"
            ],
            "all_frames": true,
            "css": [
                "assets\/sapling.css",
                "generated\/icomoon.css"
            ],
            "js": [
                "generated\/jquery-3.5.1.min.js",
                "generated\/main-bundle.js"
            ],
            "match_about_blank": true
        },
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "scripts\/gmail-injector.js"
            ],
            "run_at": "document_start"
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/mail.google.com\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*",
                "generated\/*"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "generated\/gmail-module.js",
                "generated\/gmail-listener.js"
            ],
            "matches": [
                "*:\/\/mail.google.com\/*"
            ]
        },
        {
            "resources": [
                "generated\/figma-module.js"
            ],
            "matches": [
                "*:\/\/figma.com\/*"
            ]
        }
    ]
}