AI Content Detector for ChatGPT - Sapling.ai

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

什麼是AI Content Detector for ChatGPT - Sapling.ai?

AI Content Detector for ChatGPT - Sapling.ai是由Sapling Intelligence開發的Chrome擴展程式,該擴展的主要功能是“Quickly check if any content was AI generated, and make sure your writing isn't!”。

擴展截圖

screenshot
screenshot
screenshot

下載AI Content Detector for ChatGPT - Sapling.ai擴展crx文件

下載AI Content Detector for ChatGPT - Sapling.ai擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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/                    

擴展基本資訊

名稱 AI Content Detector for ChatGPT - Sapling.ai AI Content Detector for ChatGPT - Sapling.ai
ID gbcfdjgipmpinkahpiambcikjkijimhi
官方網址 https://chromewebstore.google.com/detail/ai-content-detector-for-c/gbcfdjgipmpinkahpiambcikjkijimhi
簡介 Quickly check if any content was AI generated, and make sure your writing isn't!
檔案大小 2.51 MB
安裝次數 7,000
目前版本 1.0.0.4
更新時間 2023-10-26
上架時間 2023-07-31
評分 5.00/5 共 4 次評分
開發者 Sapling Intelligence
電子郵箱 [email protected]
付費類型 free
擴展官網 https://sapling.ai/ai-content-detector
說明頁面URL https://sapling.ai/contact
隱私政策頁面URL https://sapling.ai/privacy
支援的語言 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\/*"
            ]
        }
    ]
}