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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Check content, websites, and emails for AI presence with an accurate Trace GPT AI Detector by PlagiarismCheck.org"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Trace GPT AI Detector by PlagiarismCheck.org एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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": [
        ""
    ]
}