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 - это расширение Chrome, разработанное https://plagiarismcheck.org, и его основная функция - "This extension is a helpful all-in-one tool for education and working with texts.".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Integrito — Analyze Text, Check Plagiarism&AI

Скачайте файлы расширений 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
Электронная почта [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"
    }
}