ChatGPT Plagiarism Checker

Effortlessly check if content from ChatGPT is plagiarized.

Was ist ChatGPT Plagiarism Checker?

ChatGPT Plagiarism Checker ist eine Chrome-Erweiterung, die von https://plagiashield.com entwickelt wurde, und ihr Hauptmerkmal ist "Effortlessly check if content from ChatGPT is plagiarized.".

Erweiterungsscreenshots

screenshot
screenshot

ChatGPT Plagiarism Checker-Erweiterungs-CRX-Datei herunterladen

Laden Sie ChatGPT Plagiarism Checker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        If you rely heavily on ChatGPT for your written content, it's essential that you ensure your work is 100% original and free of plagiarism.

The ChatGPT Plagiarism Checker, developed by PlagiaShield, is the perfect Chrome Extension for this purpose:

- Unlimited plagiarism checks right from the ChatGPT website.
- 7-day free trial, then $3 per month
- Also includes 100 plagiarism checks per month for documents

With this tool, you can easily check if any of your ChatGPT content is potentially plagiarized.

By logging into PlagiaShield directly from the extension, you'll see an icon next to each ChatGPT text. With just one click, the extension will scan the content and let you know if any sentences or phrases are an exact or near match to other sources on the web, along with associated links.                    

Grundlegende Informationen zur Erweiterung

Name ChatGPT Plagiarism Checker ChatGPT Plagiarism Checker
ID dfbchcihhblmglhnfpmjcpmjeocbfedj
Offizielle URL https://chromewebstore.google.com/detail/chatgpt-plagiarism-checke/dfbchcihhblmglhnfpmjcpmjeocbfedj
Beschreibung Effortlessly check if content from ChatGPT is plagiarized.
Dateigröße 1.43 MB
Installationsanzahl 3,019
Aktuelle Version 1.3
Letztes Update 2023-09-04
Veröffentlichungsdatum 2023-05-30
Bewertung 3.00/5 Insgesamt 2 Bewertungen
Entwickler https://plagiashield.com
E-Mail [email protected]
Zahlungsart in_app
Erweiterungswebsite https://plagiashield.com/chatgpt-plagiarism-checker
Hilfeseite URL https://plagiashield.user.com/knowledge-base/chatgpt-chrome-extension/
URL der Datenschutzrichtlinien-Seite https://plagiashield.com/privacy
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ChatGPT Plagiarism Checker",
    "description": "Effortlessly check if content from ChatGPT is plagiarized.",
    "version": "1.3",
    "action": {
        "default_popup": "popup.html",
        "default_title": "Open the popup"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "js": [
                "js\/vendor.js",
                "js\/content_script.js"
            ]
        }
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "logo192.png",
        "48": "logo192.png",
        "128": "logo192.png"
    }
}