Integrito — Analyze Text, Check Plagiarism&AI

This extension is a helpful all-in-one tool for education and working with texts.

什麼是Integrito — Analyze Text, Check Plagiarism&AI?

Integrito — Analyze Text, Check Plagiarism&AI是由https://plagiarismcheck.org開發的Chrome擴展程式,該擴展的主要功能是“This extension is a helpful all-in-one tool for education and working with texts.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Integrito — Analyze Text, Check Plagiarism&AI擴展crx文件

下載Integrito — Analyze Text, Check Plagiarism&AI擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Integrito allows you to:
✅ Prove or disprove text authenticity by exploring the writing process and identifying suspicious events in Activity reports
✅ Check Quizzes & Discussions in Canvas for Plagiarism and AI
✅ Check any web content for Plagiarism and AI in 1 click

Integrito Activity reports allow to track writing and contribution progress to see:
-  how the text was written
-  how much time was spent on writing it
-  if suspicious events like pasted text happened and compare them to the final version
-  if there were any other contributors to make sure contract-cheating didn't take place.

With Integrito Activity reports, students can easily prove they didn’t use AI and wrote the assignment on their own by showing the writing process. This way they can get a fair grade no matter what AI detectors say.

For teachers, Integrito gives confidence in assignment authenticity by tracking suspicious events like pasted text or outsourcing the writing to a third party. Activity reports provide an extensive overview of what AI detectors and plagiarism checkers are missing. 

Integrito by PlagiarismCheck.org helps teachers, students, and content creators check for plagiarism and AI-generated content

Integrito Plagiarism checker Chrome extension makes the process smoother: scan any webpage and get a clear report within seconds.

✅ How it works:
- Select the text you want to check.
- Launch Integrito extension.
- Click “Check”.
- Get a similarity and AI percentage in no time!
- Access a detailed report to analyze the similarity sources.
- Download the PDF report to share it with others.

🔧 Integrito extension includes a comprehensive toolkit to enhance your workflow:
- Check plagiarism swiftly and accurately with our sophisticated algorithms and constantly updated databases.
- Trace potentially machine-written content with our precise AI detector.
- Check Discussions from Canvas or Brightspace.
- Analyze any assignment right in your LMS.
- Stay mistakes and typo-free with the Writing Assistant.

🧑‍🏫 Why customers choose Integrito by PlagiarismCheck.org:
- Plagiarism detector provides deep Internet search along with specific databases, some of which are not available on the web.
- AI-detector with 97% accuracy distinguishes between human and machine writing and catches content from popular AI generators - including Google Bard and ChatGPT checker.
- Responsive customer Support is available 24/7, fixing problems and answering questions.
- The team offers free unlimited training for the faculty.
- The tool is improving along with technologies, helping you to be one step ahead of AI and plagiarism-related challenges!

⚙️ How to set Integrito Plagiarism & AI Detector Chrome extension:
- Click “Add to Chrome”.
- Click on the extension's icon on the extension bar.
- Click “pin” near the Plagiarism and AI Checker.
- Register/log in with your email or Gmail.
- Enjoy!

Integrito is a powerful tool for text analysis in Google Doc history that leaves no doubts in the text's authenticity and originality. If you have ever wondered how to prove you didn’t plagiarize or use AI, Integrito was created to help you!

Try it now and tell us what you think in Reviews! ⭐⭐⭐⭐⭐                    

擴展基本資訊

名稱 Integrito — Analyze Text, Check Plagiarism&AI Integrito — Analyze Text, Check Plagiarism&AI
ID lhbjcjhlgiblnlfigbfhnamoghgfppoh
官方網址 https://chromewebstore.google.com/detail/integrito-%E2%80%94-analyze-text/lhbjcjhlgiblnlfigbfhnamoghgfppoh
簡介 This extension is a helpful all-in-one tool for education and working with texts.
檔案大小 1.91 MB
安裝次數 740
目前版本 1.3.0
更新時間 2024-02-20
上架時間 2023-11-03
評分 5.00/5 共 12 次評分
開發者 https://plagiarismcheck.org
電子郵箱 [email protected]
付費類型 in_app
擴展官網 https://plagiarismcheck.org/
說明頁面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": "Integrito",
    "name": "Integrito \u2014 Analyze Text, Check Plagiarism&AI",
    "description": "This extension is a helpful all-in-one tool for education and working with texts.",
    "manifest_version": 3,
    "version": "1.3.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",
        "webRequest",
        "webNavigation"
    ],
    "action": {
        "default_popup": "index.html",
        "default_title": "Integrito \u2014 Analyze Text, Check Plagiarism&AI",
        "default_icon": {
            "16": "images\/logo16.png",
            "32": "images\/logo32.png",
            "48": "images\/logo192.png",
            "128": "images\/logo512.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/plagcheck.local\/*",
                "*:\/\/plagiarismcheck.org\/*"
            ],
            "js": [
                "browser-polyfill.js",
                "inject.js"
            ]
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "canvas-inject.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/docs.google.com\/document\/d\/*"
            ],
            "js": [
                "googledocs-inject.js"
            ]
        }
    ],
    "host_permissions": [
        ""
    ],
    "content_security_policy": {
        "sandbox": "sandbox allow-scripts; script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com"
    }
}