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
公式URL 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
Eメール [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"
    }
}