Quetext

Quetext is the leading platform for plagiarism detection. Write better, Build citations and proof your original content.

Quetext란 무엇입니까?

Quetext은(는) https://www.quetext.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Quetext is the leading platform for plagiarism detection. Write better, Build citations and proof your original content."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Quetext 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Welcome to Quetext—the leading platform for plagiarism detection! We’ve helped more than 5 million students, teachers and content writers fix writing issues, build citations and proof their original content. Features include deep search plagiarism checker, citation generator and assistant, interactive snippet text, originality report, and source exclusion. Now featured on paid accounts, additional users and bulk file upload! 

Quetext for Chrome features rich and intuitive feedback to help bring success, originality and integrity to your writing in real-time.

With paid features, Quetext helps you view your work from every angle. Gain confidence in your work, find your voice and maintain integrity with our many tools!

HOW IT WORKS
Quetext’s lightning-quick DeepSearch technology offers contextual analysis, word placement, and smart algorithms to cover every base leading to possible plagiarism, including:
•Self-Plagiarism
•Patchwork Plagiarism
•Mosaic Plagiarism
•Accidental Plagiarism

Quetext also provides originality reports and ColorGrade Feedback to help you spot exact matches vs. near-exact matches, as well as interactive snippet text so you can view matches side by side. In addition, all users have access to both Quetext’s citation assistant and citation generator, to help you give credit where credit is due! 

NEW! - Go Beyond Plagiarism (new paid features)
Quetext scans your work as you write and shows you where you can improve capitalization, punctuation, helping you put your best words forward. Apply Quetext’s suggestions with a click, or expand the suggestion to learn more. Now including 6 different dialects of English and 9 other languages! Also included with paid plans Eessential and up) - bulk file upload.

_________________________________________________________________

What’s included? Here are Quetext's Plans to Fit Your Needs:

Free
The free version of Quetext includes our DeepSearch plagiarism detection software, designed to help you produce honest, original work including:
•Scan up to 500 words
•Citation Assistant
•Citation Generator

Essential (Single User)
Quetext Essential includes all features offered in our free plan, plus an expanded range of tools, designed to help you produce high-quality work and bring you success.
• Includes 100,000 words/mo. 
• Download and share originality reports
• Bulk File Upload (5 files)
• Spell Check
• Grammar Check (Beta)
• Plans starting at $8.25/mo. per user!

Professional (Includes 3 Users)
Quetext Professional plans includes all features offered in our Free and Essential plans, plus an expanded range of tools, designed for smaller teams.
• Includes 100,000 words/mo. per user 
• Add Up to 2 Additional Users (Each Additional User Adds 100,000 words per month)
• Bulk File Upload (Up to 20 files)
• Enhanced Citation Generator
• Admin Controls
• Annotation Tool (Beta) (NEW!)
• Source Exclusion
• Plans starting at $8.25/mo. per user!

Enterprise (Includes 6 Users)
Quetext Enterprise plans include everything available in our Free, Essential and Professional plans, plus an expanded range of premium features and tools, designed for larger teams.
• Includes 100,000 words/mo. per user 
• Bulk File Upload (Up to 100 files)
• Admin Controls
• Centralized Billing
• SSL/TLS Encryption
• Originality Report
• Interactive Snippet Text
• Plans starting at $7.50/mo. per user!
____________________________________________________________________________ 

Trusted by Millions of Subscribers! Here's What Our Customers Say About Us:

“Quetext not only helped me during my college days, but its still helping me create unplagiarized content for my mental health start-up. Writing articles to different blogs, Quetext has provided me with a lot of support. There isn’t a single day where I have not used Quetext, it was in constant use then is in constant use now!
-Arshiya Khan, Student and Business Owner (real user)

“Thanks to Quetext, I now have a team of 20 writers, serving over 40+ clients with a lot of ease.”
-Saiyam Chutani, Head of a Content Advertising Agency (real user)

----------------------------------------------------------------------------------------------------------------------------
By installing the extension, you agree to Quetext’s Terms of 
Service (https://www.quetext.com/terms-of-service) 
and acknowledge that you have read Quetext’s Privacy Policy (www.qutext.com/privacy-policy).                    

확장 프로그램 기본 정보

이름 Quetext Quetext
ID ocndbimbjbikfknkbckjelghmlldhngl
공식 URL https://chromewebstore.google.com/detail/quetext/ocndbimbjbikfknkbckjelghmlldhngl
설명 Quetext is the leading platform for plagiarism detection. Write better, Build citations and proof your original content.
파일 크기 1.46 MB
설치 횟수 7,922
현재 버전 1.1
최근 업데이트 2023-06-13
출시 날짜 2022-11-09
평점 4.77/5 총 13 개의 평점
개발자 https://www.quetext.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.quetext.com/
도움말 페이지 URL https://help.quetext.com/hc/en-us
개인정보 보호 정책 페이지 URL https://www.quetext.com/privacy-policy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Quetext",
    "version": "1.1",
    "description": "Quetext is the leading platform for plagiarism detection. Write better, Build citations and proof your original content.",
    "homepage_url": "https:\/\/www.quetext.com\/",
    "icons": {
        "128": "img\/icons128.png",
        "48": "img\/icons48.png",
        "16": "img\/icons16.png"
    },
    "action": {
        "default_icon": "img\/icons16.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "scripting",
        "storage",
        "activeTab"
    ],
    "content_scripts": [
        {
            "js": [
                ".\/assets\/js\/bowser-es5.min.js",
                ".\/assets\/js\/jquery.min.js",
                ".\/assets\/js\/grammar-checker.js"
            ],
            "css": [
                ".\/assets\/css\/grammar-checker.css"
            ],
            "matches": [
                ""
            ]
        }
    ]
}