ChatGPT Plagiarism Checker
Effortlessly check if content from ChatGPT is plagiarized.
¿Qué es ChatGPT Plagiarism Checker?
ChatGPT Plagiarism Checker es una extensión de Chrome desarrollada por https://plagiashield.com, y su función principal es "Effortlessly check if content from ChatGPT is plagiarized.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión ChatGPT Plagiarism Checker
Descarga archivos de extensión ChatGPT Plagiarism Checker en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | ChatGPT Plagiarism Checker |
ID | dfbchcihhblmglhnfpmjcpmjeocbfedj |
URL Oficial | https://chromewebstore.google.com/detail/chatgpt-plagiarism-checke/dfbchcihhblmglhnfpmjcpmjeocbfedj |
Descripción | Effortlessly check if content from ChatGPT is plagiarized. |
Tamaño del Archivo | 1.43 MB |
Cantidad de Instalaciones | 3,019 |
Versión Actual | 1.3 |
Última Actualización | 2023-09-04 |
Fecha de Publicación | 2023-05-30 |
Calificación | 3.00/5 Total de 2 Calificaciones |
Desarrollador | https://plagiashield.com |
Correo electrónico | [email protected] |
Tipo de Pago | in_app |
Sitio Web de la Extensión | https://plagiashield.com/chatgpt-plagiarism-checker |
URL de la Página de Ayuda | https://plagiashield.user.com/knowledge-base/chatgpt-chrome-extension/ |
URL de la Página de Política de Privacidad | https://plagiashield.com/privacy |
Idiomas Soportados | 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" } } |