ChatGPT Plagiarism Checker
Effortlessly check if content from ChatGPT is plagiarized.
O que é ChatGPT Plagiarism Checker?
ChatGPT Plagiarism Checker é uma extensão do Chrome desenvolvida por https://plagiashield.com, e sua principal característica é "Effortlessly check if content from ChatGPT is plagiarized.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão ChatGPT Plagiarism Checker
Baixe arquivos de extensão ChatGPT Plagiarism Checker no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | ChatGPT Plagiarism Checker |
ID | dfbchcihhblmglhnfpmjcpmjeocbfedj |
URL Oficial | https://chromewebstore.google.com/detail/chatgpt-plagiarism-checke/dfbchcihhblmglhnfpmjcpmjeocbfedj |
Descrição | Effortlessly check if content from ChatGPT is plagiarized. |
Tamanho do Arquivo | 1.43 MB |
Contagem de Instalações | 3,019 |
Versão Atual | 1.3 |
Última Atualização | 2023-09-04 |
Data de Publicação | 2023-05-30 |
Classificação | 3.00/5 Total de 2 Avaliações |
Desenvolvedor | https://plagiashield.com |
[email protected] | |
Tipo de Pagamento | in_app |
Site da Extensão | https://plagiashield.com/chatgpt-plagiarism-checker |
URL da Página de Ajuda | https://plagiashield.user.com/knowledge-base/chatgpt-chrome-extension/ |
URL da Página de Política de Privacidade | https://plagiashield.com/privacy |
Idiomas Suportados | 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" } } |