Quetext

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

Cos'è Quetext?

Quetext è un'estensione di Chrome sviluppata da https://www.quetext.com, e la sua funzione principale è "Quetext is the leading platform for plagiarism detection. Write better, Build citations and proof your original content.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Quetext

Scarica i file di estensione Quetext in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Quetext Quetext
ID ocndbimbjbikfknkbckjelghmlldhngl
URL Ufficiale https://chromewebstore.google.com/detail/quetext/ocndbimbjbikfknkbckjelghmlldhngl
Descrizione Quetext is the leading platform for plagiarism detection. Write better, Build citations and proof your original content.
Dimensione del File 1.46 MB
Conteggio Installazioni 7,922
Versione Corrente 1.1
Ultimo Aggiornamento 2023-06-13
Data di Pubblicazione 2022-11-09
Valutazione 4.77/5 Totale 13 Valutazioni
Sviluppatore https://www.quetext.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.quetext.com/
URL della Pagina di Aiuto https://help.quetext.com/hc/en-us
URL della Pagina della Politica sulla Privacy https://www.quetext.com/privacy-policy
Lingue Supportate 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": [
                ""
            ]
        }
    ]
}