Quetext

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

O que é Quetext?

Quetext é uma extensão do Chrome desenvolvida por https://www.quetext.com, e sua principal característica é "Quetext is the leading platform for plagiarism detection. Write better, Build citations and proof your original content.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Quetext

Baixe arquivos de extensão Quetext no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Quetext Quetext
ID ocndbimbjbikfknkbckjelghmlldhngl
URL Oficial https://chromewebstore.google.com/detail/quetext/ocndbimbjbikfknkbckjelghmlldhngl
Descrição Quetext is the leading platform for plagiarism detection. Write better, Build citations and proof your original content.
Tamanho do Arquivo 1.46 MB
Contagem de Instalações 7,922
Versão Atual 1.1
Última Atualização 2023-06-13
Data de Publicação 2022-11-09
Classificação 4.77/5 Total de 13 Avaliações
Desenvolvedor https://www.quetext.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.quetext.com/
URL da Página de Ajuda https://help.quetext.com/hc/en-us
URL da Página de Política de Privacidade https://www.quetext.com/privacy-policy
Idiomas Suportados 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": [
                ""
            ]
        }
    ]
}