ChatGPT Plagiarism Checker
Effortlessly check if content from ChatGPT is plagiarized.
ChatGPT Plagiarism Checker क्या है?
ChatGPT Plagiarism Checker https://plagiashield.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Effortlessly check if content from ChatGPT is plagiarized."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में ChatGPT Plagiarism Checker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" } } |