ChatGPT Plagiarism Checker

Effortlessly check if content from ChatGPT is plagiarized.

ChatGPT Plagiarism Checker là gì?

ChatGPT Plagiarism Checker là một tiện ích mở rộng Chrome được phát triển bởi https://plagiashield.com, và tính năng chính của nó là "Effortlessly check if content from ChatGPT is plagiarized.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng ChatGPT Plagiarism Checker

Tải xuống các tệp mở rộng ChatGPT Plagiarism Checker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ChatGPT Plagiarism Checker ChatGPT Plagiarism Checker
ID dfbchcihhblmglhnfpmjcpmjeocbfedj
URL Chính Thức https://chromewebstore.google.com/detail/chatgpt-plagiarism-checke/dfbchcihhblmglhnfpmjcpmjeocbfedj
Mô tả Effortlessly check if content from ChatGPT is plagiarized.
Kích Thước Tệp 1.43 MB
Số Lần Cài Đặt 3,019
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2023-09-04
Ngày Phát Hành 2023-05-30
Đánh Giá 3.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://plagiashield.com
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://plagiashield.com/chatgpt-plagiarism-checker
URL Trang Trợ Giúp https://plagiashield.user.com/knowledge-base/chatgpt-chrome-extension/
URL Trang Chính Sách Bảo Mật https://plagiashield.com/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}