Trace GPT AI Detector by PlagiarismCheck.org

Check content, websites, and emails for AI presence with an accurate Trace GPT AI Detector by PlagiarismCheck.org

Trace GPT AI Detector by PlagiarismCheck.org란 무엇입니까?

Trace GPT AI Detector by PlagiarismCheck.org은(는) https://plagiarismcheck.org에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Check content, websites, and emails for AI presence with an accurate Trace GPT AI Detector by PlagiarismCheck.org"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Trace GPT AI Detector by PlagiarismCheck.org 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Find out whether the text is human-written or AI-generated with our ChatGPT Detector and be confident in the web content's authenticity. 

Browse safely 🔒by using a secure AI Writing Detector and ensure the posts on blogs or social media, reviews on the websites, and web texts are human-written. An accurate and free AI Detector Chrome Extension becomes handy in your everyday browsing, teaching, or business routine.

Just select the text you want to check on the webpage and launch our AI Detector Chrome Extension, or paste your text in the Extension window to get an accurate, reliable result in no time.

How you can benefit from Trace GPT AI Detector: 

💡Rely on the real 97% accuracy with extremely low false-positives 
💡Catch popular AI generators, including Google Bard and ChatGPT
💡Get convenient and clear reports in one place
💡Download a pdf report to share with others
💡Check your texts for FREE

How to use:
✅ Click “Add to Chrome” 
⬇⬇⬇
✅ Click on the extension's icon in the extension bar 
⬇⬇⬇
✅Click “pin near TraceGPT AI Detector  
⬇⬇⬇
✅ Register/Login with your email or Gmail 
⬇⬇⬇
Enjoy! 🏁

Select the text from a webpage and launch our extension to see the result, or copy-paste text or a file in AI Detector Chrome Extension by PlagiarismCheck.

🙌🏼 We would appreciate you leaving us a 5-star review 😉                    

확장 프로그램 기본 정보

이름 Trace GPT AI Detector by PlagiarismCheck.org Trace GPT AI Detector by PlagiarismCheck.org
ID jlkgehfplidjjhkhhnjakobmiajignpe
공식 URL https://chromewebstore.google.com/detail/trace-gpt-ai-detector-by/jlkgehfplidjjhkhhnjakobmiajignpe
설명 Check content, websites, and emails for AI presence with an accurate Trace GPT AI Detector by PlagiarismCheck.org
파일 크기 149 KB
설치 횟수 3,009
현재 버전 1.0.0
최근 업데이트 2023-07-21
출시 날짜 2023-07-21
평점 4.38/5 총 24 개의 평점
개발자 https://plagiarismcheck.org
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 https://plagiarismcheck.org/ai-plagiarism-checker-and-content-detector/
도움말 페이지 URL https://plagiarismcheck.org/contact-us/
개인정보 보호 정책 페이지 URL https://plagiarismcheck.org/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "Trace GPT AI Detector",
    "name": "Trace GPT AI Detector by PlagiarismCheck.org",
    "description": "Check content, websites, and emails for AI presence with an accurate Trace GPT AI Detector by PlagiarismCheck.org",
    "manifest_version": 3,
    "version": "1.0.0",
    "icons": {
        "16": "images\/logo.ico",
        "32": "images\/logo32.png",
        "48": "images\/logo192.png",
        "128": "images\/logo512.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "activeTab",
        "notifications",
        "scripting"
    ],
    "action": {
        "default_popup": "index.html",
        "default_title": "Trace GPT AI Detector by PlagiarismCheck.org",
        "default_icon": {
            "16": "images\/logo16.png",
            "32": "images\/logo32.png",
            "48": "images\/logo192.png",
            "128": "images\/logo512.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/plagcheck.local\/profile\/*",
                "*:\/\/plagiarismcheck.org\/profile\/*"
            ],
            "js": [
                "inject.js"
            ]
        }
    ],
    "host_permissions": [
        ""
    ]
}