Percent Human: Detect ChatGPT AI Content
Easy-to-use content detector, that finds AI plagiarism from ChatGPT and GPT-3
Percent Human: Detect ChatGPT AI Contentคืออะไร?
Percent Human: Detect ChatGPT AI Content เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://percenthuman.app และคุณลักษณะหลักของมันคือ "Easy-to-use content detector, that finds AI plagiarism from ChatGPT and GPT-3"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Percent Human: Detect ChatGPT AI Content
ดาวน์โหลดไฟล์ส่วนขยาย Percent Human: Detect ChatGPT AI Content ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Percent Human is a Google Chrome Extension that helps educators and students identify AI-generated content. With a simple click, this extension can detect and flag AI-generated content, allowing users to be alerted and aware of the authenticity of work.
🌀 August 2023: Percent Human joins GPTZero. Our AI Detector is no longer supported starting immediately. Thank you for your support.
🤖 Detects AI Writing
This extension is perfect for educators who want to ensure their students are creating their own original work.
❓ How it works
Using advanced machine learning, Percent Human can accurately and precisely identify AI-generated content from ChatGPT, providing educators with valuable insights into the content they are reading. Plus, its user-friendly interface makes this extension easy to use and understand, integrating seamlessly into your grading workflow.
✅ Works on every website
Percent human is designed to work effortlessly in your browser—no copying or pasting required. Use it in Google Docs, Google Classroom, and across the web:
• Google Education Suite
• Canvas LMS
• And more (Works Everywhere!)
🧑🏫 Trusted by thousands of educators and students
"Without Percent Human, I could never differentiate between student work and ChatGPT in my classroom. Now I confidently can!"
- Mr. Anderson, English Teacher in the New Haven School District
📝 Protecting Your Data
Percent Human DOES NOT save or store any user-submitted data. We use enterprise-grade security across our product and DO NOT sell your data.
⚡️ What is AI Generated Content?
AI-generated content originates from AI chatbots such as Chat GPT. Its designed to generate human-like written content by analyzing and processing large amounts of text data. This AI technology has become a tool for students to cheat and is undetectable by standard plagiarism tools.
⚠️ Some Limitations
The ability to detect AI is not 100% accurate, which means it can generate false positives. Percent Human is 95% accurate at detecting GPT-3 and ChatGPT with a false positive rate less than 0.2%. On large samples of text, Percent Human is extremely accurate at detecting AI-Generated Text.
Try it out today and take the first step towards rebuilding the trust between educators and students.
Terms of Service: https://percenthuman.app/tos/
Privacy Policy: https://percenthuman.app/privacy/ ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | ifdhkdemnklbblchhconnhlcgggedcaj |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/percent-human-detect-chat/ifdhkdemnklbblchhconnhlcgggedcaj |
| คำอธิบาย | Easy-to-use content detector, that finds AI plagiarism from ChatGPT and GPT-3 |
| ขนาดไฟล์ | 4.49 MB |
| จำนวนการติดตั้ง | 9,000 |
| เวอร์ชันปัจจุบัน | 0.5.1 |
| อัปเดตครั้งล่าสุด | 2023-12-17 |
| วันที่เผยแพร่ | 2023-01-02 |
| คะแนน | 3.63/5 รวมทั้งหมด 24 คะแนน |
| ผู้พัฒนา | https://percenthuman.app |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | https://percenthuman.app/ |
| URL หน้านโยบายความเป็นส่วนตัว | https://percenthuman.app/privacy |
| ภาษาที่รองรับ | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Percent Human: Detect ChatGPT AI Content",
"description": "Easy-to-use content detector, that finds AI plagiarism from ChatGPT and GPT-3",
"version": "0.5.1",
"manifest_version": 3,
"permissions": [
"scripting",
"activeTab"
],
"background": {
"service_worker": "serviceWorker.js"
},
"action": {
"default_title": "Percent Human",
"default_popup": "popup.html",
"default_icon": {
"16": "\/icons\/16x.png",
"32": "\/icons\/32x.png",
"48": "\/icons\/48x.png",
"128": "\/icons\/128x.png"
}
},
"icons": {
"16": "\/icons\/16x.png",
"32": "\/icons\/32x.png",
"48": "\/icons\/48x.png",
"128": "\/icons\/128x.png"
}
} | |