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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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" } } |