Quetext

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

Co to jest Quetext?

Quetext to rozszerzenie Chrome opracowane przez https://www.quetext.com, a jego główną funkcją jest „Quetext is the leading platform for plagiarism detection. Write better, Build citations and proof your original content.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Quetext

Pobierz pliki rozszerzeń Quetext w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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).                    

Podstawowe informacje o rozszerzeniu

Nazwa Quetext Quetext
ID ocndbimbjbikfknkbckjelghmlldhngl
Oficjalny URL https://chromewebstore.google.com/detail/quetext/ocndbimbjbikfknkbckjelghmlldhngl
Opis Quetext is the leading platform for plagiarism detection. Write better, Build citations and proof your original content.
Rozmiar pliku 1.46 MB
Liczba instalacji 7,922
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2023-06-13
Data Publikacji 2022-11-09
Ocena 4.77/5 Łącznie 13 Oceny
Deweloper https://www.quetext.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.quetext.com/
Adres URL Strony Pomocy https://help.quetext.com/hc/en-us
Adres URL Strony Polityki Prywatności https://www.quetext.com/privacy-policy
Obsługiwane Języki 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": [
                ""
            ]
        }
    ]
}