PlagiarismCheck.org - similarity search tool

PlagiarismCheck.org integrates with Google Classroom to provide teachers and students an easy way to ensure academic integrity.

PlagiarismCheck.org - similarity search tool란 무엇입니까?

PlagiarismCheck.org - similarity search tool은(는) https://plagiarismcheck.org에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "PlagiarismCheck.org integrates with Google Classroom to provide teachers and students an easy way to ensure academic integrity."입니다.

확장 프로그램 스크린샷

screenshot

PlagiarismCheck.org - similarity search tool 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        PlagiarismCheck.org integrates with Google Classroom to provide teachers and students an easy way to ensure academic integrity.

Both fast and effective way to check Google Classroom submissions for similarity.
 Teachers and students use PlagirismCheck.org extension to check files submitted to Google Classroom for plagiarism.
 While students have access only to personal submissions, teachers can check and review all submissions within their classes.
 There is no need to open multiple tabs in your browser to get a similarity score, all can be done in a simple and user friendly interface.
 Similarity reports are ready within just a few moments, so no need to wait to see what the result is.
 PlagiarismCheck.org service was created in 2011 as an assistance tool designed for college students and teachers.
 Since the day it was launched, PlagiarismCheck.org has served over 77,000 users from 72 countries.
 So far, more than 9,300,000 works have been checked with its help! The Mechanics: How It Works Upon scanning an uploaded document for plagiarism, our service provides users with detailed reports, containing detailed information about the sources which might be plagiarized, or were cited incorrectly.
 With such reports, you will be able to easily eliminate plagiarism from your paper.
 We keep updating our products to meet the expectations of our users.
 We are dedicated to excellence and always make sure that our anti-plagiarism engine provides only the most accurate results for a fair fee.
 This way, we maintain our reliability and usefulness to our customers.
 We believe that deliberate plagiarising is unethical and unacceptable.
 Unfortunately, there is always a chance of unintentional plagiarising.
 We believe that any person in the academic environment should have the possibility to insure themselves from it.
 In order to protect yourself from unnecessary accusations and always stay on the safe side, we recommend you using our anti-plagiarism software.
 Ethical Statement PlagiarismCheck.org neither respects, nor promotes academic dishonesty in any way.
 Be it academic environment or elsewhere, our engine is meant to be used for ensuring the originality of written content, and for preparing it to submission.
 If our engine is used for cheating purposes, all responsibility rests on the user.
 We respect the privacy of our users, so we guarantee that none of the information you as a customer provide us is ever disclosed to third-party individuals or companies.
 We strive to make our services helpful in the matter of improving the quality of education.
Therefore, we fully appreciate and respect PlagiarismCheck.org being used for academic assistance at schools, universities, colleges, and other educational institutions.
 https://plagiarismcheck.org                    

확장 프로그램 기본 정보

이름 PlagiarismCheck.org - similarity search tool PlagiarismCheck.org - similarity search tool
ID pngggaialgjngkoldekpdkffolmfmcnh
공식 URL https://chromewebstore.google.com/detail/plagiarismcheckorg-simila/pngggaialgjngkoldekpdkffolmfmcnh
설명 PlagiarismCheck.org integrates with Google Classroom to provide teachers and students an easy way to ensure academic integrity.
파일 크기 503 KB
설치 횟수 14,607
현재 버전 2.22
최근 업데이트 2024-02-21
출시 날짜 2020-03-13
평점 5.00/5 총 3 개의 평점
개발자 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",
    "name": "PlagiarismCheck.org - similarity search tool",
    "version": "2.22",
    "description": "PlagiarismCheck.org integrates with Google Classroom to provide teachers and students an easy way to ensure academic integrity.",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "activeTab",
        "webNavigation",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/plagiarismcheck.org\/*",
        "https:\/\/classroom.google.com\/*",
        "https:\/\/edu.google.com\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "css": [
                "inject.css"
            ],
            "js": [
                "inject.js"
            ],
            "matches": [
                "https:\/\/classroom.google.com\/*",
                "https:\/\/edu.google.com\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "iframe.html",
                "images\/logo.svg"
            ],
            "matches": [
                "https:\/\/classroom.google.com\/*",
                "https:\/\/edu.google.com\/*"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/favicon_16.png",
            "32": "images\/favicon_32.png",
            "96": "images\/favicon_96.png",
            "128": "images\/favicon_128.png"
        }
    },
    "icons": {
        "16": "images\/favicon_16.png",
        "32": "images\/favicon_32.png",
        "96": "images\/favicon_96.png",
        "128": "images\/favicon_128.png"
    }
}