ChatGPT Plagiarism Checker

Effortlessly check if content from ChatGPT is plagiarized.

ما هو ChatGPT Plagiarism Checker؟

ChatGPT Plagiarism Checker هو إضافة Chrome تم تطويرها بواسطة https://plagiashield.com، والميزة الرئيسية لها هي "Effortlessly check if content from ChatGPT is plagiarized.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة ChatGPT Plagiarism Checker

قم بتنزيل ملفات الامتداد ChatGPT Plagiarism Checker بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم ChatGPT Plagiarism Checker ChatGPT Plagiarism Checker
ID dfbchcihhblmglhnfpmjcpmjeocbfedj
عنوان URL الرسمي https://chromewebstore.google.com/detail/chatgpt-plagiarism-checke/dfbchcihhblmglhnfpmjcpmjeocbfedj
الوصف Effortlessly check if content from ChatGPT is plagiarized.
حجم الملف 1.43 MB
عدد التثبيتات 3,019
النسخة الحالية 1.3
آخر تحديث 2023-09-04
تاريخ النشر 2023-05-30
تقييم 3.00/5 مجموع تقييمات 2
المطور https://plagiashield.com
البريد الإلكتروني [email protected]
نوع الدفع in_app
موقع الإضافة https://plagiashield.com/chatgpt-plagiarism-checker
عنوان صفحة المساعدة https://plagiashield.user.com/knowledge-base/chatgpt-chrome-extension/
عنوان صفحة سياسة الخصوصية https://plagiashield.com/privacy
اللغات المدعومة 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"
    }
}