ChatGPT Plagiarism Checker

Effortlessly check if content from ChatGPT is plagiarized.

Qu'est-ce que ChatGPT Plagiarism Checker ?

ChatGPT Plagiarism Checker est une extension Chrome développée par https://plagiashield.com, et sa fonction principale est "Effortlessly check if content from ChatGPT is plagiarized.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension ChatGPT Plagiarism Checker

Téléchargez les fichiers d'extension ChatGPT Plagiarism Checker 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

                        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.                    

Informations de Base sur l'Extension

Nom ChatGPT Plagiarism Checker ChatGPT Plagiarism Checker
ID dfbchcihhblmglhnfpmjcpmjeocbfedj
URL Officiel https://chromewebstore.google.com/detail/chatgpt-plagiarism-checke/dfbchcihhblmglhnfpmjcpmjeocbfedj
Description Effortlessly check if content from ChatGPT is plagiarized.
Taille du Fichier 1.43 MB
Nombre d'Installations 3,019
Version Actuelle 1.3
Dernière Mise à Jour 2023-09-04
Date de Publication 2023-05-30
Évaluation 3.00/5 Total 2 Évaluations
Développeur https://plagiashield.com
Email [email protected]
Type de Paiement in_app
Site Web de l'Extension https://plagiashield.com/chatgpt-plagiarism-checker
URL de la Page d'Aide https://plagiashield.user.com/knowledge-base/chatgpt-chrome-extension/
URL de la Page de Politique de Confidentialité https://plagiashield.com/privacy
Langues Prises en Charge 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"
    }
}