Plagly - Plagiarism Checker Tool

The most accurate plagiarism checker tool for students, teachers, and SEO professionals.

什麼是Plagly - Plagiarism Checker Tool?

Plagly - Plagiarism Checker Tool是由https://plagly.com開發的Chrome擴展程式,該擴展的主要功能是“The most accurate plagiarism checker tool for students, teachers, and SEO professionals.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Plagly - Plagiarism Checker Tool擴展crx文件

下載Plagly - Plagiarism Checker Tool擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        ★ Instant Plagiarism Checking

Plagly's plagiarism checker compares your text to the entire internet and other databases by detecting plagiarized phrases and highlighting sections of content currently published online.

★ Free Grammar Checker

Instantly check for grammar mistakes to improve efficiency for writing correct text and content. Eliminate spelling and grammar mistakes by proofreading your articles or content online.

★ Students & Teachers

Trusted by top colleges and universities the free plagiarism checker for students and teachers online allows students to scan academic papers, essays and assignments for plagiarized text.

★ Next Level Technology

Plagly is changing the online writing world for plagiarism detection software by developing game changing detection technology. Plagly's algorithm updates each day for the most accurate results.

★ Duplicate Content Checker

Prevent duplicate content issues by using the SEO plagiarism checker tool by scanning your website content. Improve website search engine optimization, visibility and readership.

★ Natural Language Processing

Intelligently check for grammar mistakes or plagiarized documents to determine source originality by using natural language processing algorithms with easy to use reports and analysis results.                    

擴展基本資訊

名稱 Plagly - Plagiarism Checker Tool Plagly - Plagiarism Checker Tool
ID dhkdaobajijkikfmfhnebdocgfimnpag
官方網址 https://chromewebstore.google.com/detail/plagly-plagiarism-checker/dhkdaobajijkikfmfhnebdocgfimnpag
簡介 The most accurate plagiarism checker tool for students, teachers, and SEO professionals.
檔案大小 11.76 MB
安裝次數 10,000
目前版本 2.1
更新時間 2022-11-20
上架時間 2017-09-01
評分 1.64/5 共 47 次評分
開發者 https://plagly.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://plagly.com/
說明頁面URL https://app.plagly.com
隱私政策頁面URL https://plagly.com/privacy-policy
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Plagly - Plagiarism Checker Tool",
    "description": "The most accurate plagiarism checker tool for students, teachers, and SEO professionals.",
    "version": "2.1",
    "short_name": "Plagly",
    "browser_action": {
        "default_icon": {
            "19": "favicon.png",
            "38": "favicon.png"
        },
        "default_title": "Plagly",
        "default_popup": "index.html"
    },
    "icons": {
        "19": "favicon.png",
        "38": "favicon.png",
        "48": "favicon.png",
        "64": "favicon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "*:\/\/*.plagly.com\/"
    ]
}