ChatGPT Plagiarism Checker
Effortlessly check if content from ChatGPT is plagiarized.
什么是ChatGPT Plagiarism Checker?
ChatGPT Plagiarism Checker是由https://plagiashield.com开发的Chrome扩展程序,该扩展的主要功能是“Effortlessly check if content from ChatGPT is plagiarized.”。
扩展截图
下载ChatGPT Plagiarism Checker扩展crx文件
下载ChatGPT Plagiarism Checker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 |
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 |
帮助页面URL | https://plagiashield.user.com/knowledge-base/chatgpt-chrome-extension/ |
隐私政策页面URL | 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" } } |