Quillbot Ai Writing And G
✨ AI-Powered 🔍 Security Report Available View on Chrome Web StoreChrome will indicate if you already have this installed.
Blocks grammar errors and improves writing clarity with QuillBot's AI-powered tools, including a paraphrasing tool and AI writer, helping students, writers, and professionals elevate their productivity. Lets you focus on content creation without worrying about language nuances, benefiting individuals seeking to streamline their writing process. Integrates seamlessly into your workflow, making it an ideal choice for those who need reliable assistance with grammar, syntax, and style.
Overview
Enhance Your Writing Anywhere You Work.
In today's fast-paced and increasingly global workplace, clear communication is essential. QuillBot for Chrome is an AI writing assistant that seamlessly integrates into the tools you already use to rewrite, rephrase, and refine your writing. Whether you’re crafting detailed reports, sending quick updates, or polishing client emails, QuillBot helps you write with clarity, confidence, and accuracy.
It’s fast, multilingual, and free. And it’s trusted by over 5 million professionals worldwide.
By installing the extension, you agree to the QuillBot Terms of Service (available at https://quillbot.com/terms) and acknowledge reading the QuillBot Privacy Policy (available at https://quillbot.com/privacy).
➤ We Value Your Privacy
Your writing is your business—QuillBot keeps it that way. We never sell your data, and our security meets enterprise-grade standards. Visit our Trust Center (available at https://quillbot.com/trust-center) to learn more.
➤ Key Features
✓ AI Assistant (Free + Premium)
Keep your workflow moving with instant writing feedback tailored for professional communication.
• Streamline your writing with one-click grammar, spelling, and punctuation fixes
• Enhance credibility with real-time style and tone suggestions
• Optimize your messaging with tone, clarity, readability, and word count insights
• Support global business communication in English, Spanish, French, German, Portuguese, and Dutch
➤ Your Shortcut to Clear, Confident Communication
✓ Paraphraser
Whether you're refining your message or adjusting the tone of your text, QuillBot's Paraphraser will help you communicate professionally. Paraphraser offers a variety of modes suitable for business, including the following:
• Formal Mode—Keep communications polished and professional
• Custom Mode—Match the style or tone of your brand voice
✓ Grammar, Clarity, and Style Enhancements
• Polish your writing with QuillBot for Chrome, ensuring your ideas land clearly and effectively
• Instantly fix grammar, spelling, and punctuation errors
• Refine awkward phrasing and unclear sentences in client-facing documents
• Maintain your professional voice while enhancing clarity and flow
• Eliminate repetition and convoluted phrasing in reports and presentations
• Tailor language for different formats: executive summaries, in-depth analyses, and team correspondence
➤ Built for Modern Professionals
Whether you're drafting proposals, updating policies, or replying to customers, QuillBot improves your communication without slowing you down.
• Marketers—Rephrase content across formats and channels
• Consultants—Ensure every deliverable is clear and professional
• Sales & Support—Respond with polished, on-brand messaging
• HR & Comms—Make internal updates easier to read and act on
• Multilingual Professionals—Increase speed to localization
• Academics & Researchers—Clarify complex writing for broader impact
➤ Free vs. Premium
Free Plan Includes:
• 2 modes (Standard & Fluency)
• Basic grammar and spell check
• Support for 6 languages
Premium Unlocks:
• Unlimited paraphrasing
• 11+ paraphrasing modes (Formal, Custom, and more)
• Advanced grammar and sentence-level edits
• Tone, clarity, and readability insights
➤ Why QuillBot?
QuillBot offers professionals a faster, smarter way to write with clarity, confidence, and accuracy.
• Intuitive Interface—Simple, distraction-free, and built for productivity
• Multilanguage Support—Write fluently in English, Spanish, French, German, Portuguese, and Dutch
• Unmatched Accuracy—Fix grammar, spelling, and tone with confidence
• Real-Time Assistance—Get live suggestions without switching tools or tabs
• Comprehensive Tooling—From rephrasing to tone insights, it’s all built in
• Secure & Private—Our security meets enterprise standards
• Constantly Improving—Frequent updates make QuillBot smarter and more helpful every month
Ready to Write Better?
Install QuillBot for Chrome and turn every message, email, and document into your best writing—no extra effort required.
Tags
Privacy Practices
Security Analysis — Quillbot Ai Writing And G
Permissions
Code Patterns Detected
External Connections
Package Contents 319 files · 66.3MB
What This Extension Does
QuillBot AI Writing And G is a productivity extension that helps users improve their writing with AI-powered tools, including grammar checking, paraphrasing, and style enhancements. It's designed for professionals who need to communicate clearly and effectively. With over 5 million users, it's one of the most popular extensions in its category.
Permissions Explained
- alarmsexpected: This permission allows QuillBot to display notifications on your browser.
Technical: Chrome API: chrome.alarms.onAlarm, attack surface: potential for notification spam or phishing attacks if compromised. - cookiescheck this: This permission allows QuillBot to store and read cookies on your browser.
Technical: Chrome API: chrome.cookies, attack surface: potential for cookie theft or session hijacking if compromised. ⚠ 1 - storagecheck this: This permission allows QuillBot to store data locally on your device.
Technical: Chrome API: chrome.storage, attack surface: potential for data theft or unauthorized access if compromised. ⚠ 1 - activeTabcheck this: This permission allows QuillBot to access the currently active tab on your browser.
Technical: Chrome API: chrome.tabs, attack surface: potential for unauthorized access to sensitive data if compromised. ⚠ 1 - contextMenuscheck this: This permission allows QuillBot to display context menus on your browser.
Technical: Chrome API: chrome.contextMenus, attack surface: potential for phishing or malware attacks if compromised. ⚠ 1 - notificationscheck this: This permission allows QuillBot to display notifications on your browser.
Technical: Chrome API: chrome.notifications, attack surface: potential for notification spam or phishing attacks if compromised. ⚠ 1 - scriptingcheck this: This permission allows QuillBot to execute scripts on your browser.
Technical: Chrome API: chrome.scripting, attack surface: potential for code injection or malware attacks if compromised. ⚠ 1 - sidePanelcheck this: This permission allows QuillBot to display a side panel on your browser.
Technical: Chrome API: chrome.sidePanel, attack surface: potential for phishing or malware attacks if compromised. ⚠ 1 - *://*/*check this: This permission allows QuillBot to access any website on the internet.
Technical: Chrome API: chrome.tabs, attack surface: potential for unauthorized access to sensitive data if compromised. ⚠ 1 - https://quillbot.com/check this: This permission allows QuillBot to communicate with the QuillBot server.
Technical: Domain: quillbot.com, attack surface: potential for data theft or unauthorized access if compromised. ⚠ 1
Your Data
QuillBot accesses cookies and storage on your device, and sends data to the QuillBot server at quillbot.com. It also makes XHR requests to various domains, including w3.org, schemas.openxmlformats.org, and languagetool.org.
Technical Details
Code Findings
QuillBot uses the eval() function to execute arbitrary code, which can be a security risk if compromised.
Technical: Code pattern: eval(), file location: background.js, risk vector: potential for code injection or malware attacks.
💡 eval() is commonly used in legitimate extensions for dynamic code execution.
QuillBot uses innerHTML assignment, which can be a potential XSS vector if compromised.
Technical: Code pattern: innerHTML assignment, file location: contentScript.js, risk vector: potential for cross-site scripting attacks.
💡 innerHTML assignment is commonly used in legitimate extensions for dynamic HTML generation.
QuillBot uses String.fromCharCode and charCodeAt, which can be used for obfuscation or code injection if compromised.
Technical: Code pattern: String.fromCharCode and charCodeAt, file location: background.js, risk vector: potential for code injection or malware attacks.
💡 String.fromCharCode and charCodeAt are commonly used in legitimate extensions for string manipulation.
QuillBot makes XHR requests to various domains, which can be a security risk if compromised.
Technical: Code pattern: XMLHttpRequest, file location: background.js, risk vector: potential for data theft or unauthorized access.
💡 XHR requests are commonly used in legitimate extensions for communication with servers.
QuillBot creates script elements dynamically, which can be a security risk if compromised.
Technical: Code pattern: document.createElement('script'), file location: contentScript.js, risk vector: potential for code injection or malware attacks.
💡 Creating script elements dynamically is commonly used in legitimate extensions for dynamic code execution.
QuillBot reads and writes to browser storage, which can be a security risk if compromised.
Technical: Code pattern: chrome.storage, file location: background.js, risk vector: potential for data theft or unauthorized access.
💡 Reading and writing to browser storage is commonly used in legitimate extensions for data persistence.
QuillBot contains a potential hardcoded secret, which can be a security risk if compromised.
Technical: Code pattern: hardcoded API key, file location: background.js, risk vector: potential for unauthorized access to sensitive data.
💡 Hardcoded secrets are commonly used in legitimate extensions for authentication or authorization.
QuillBot creates iframe elements, which can be a security risk if compromised.
Technical: Code pattern: document.createElement('iframe'), file location: contentScript.js, risk vector: potential for phishing or malware attacks.
💡 Creating iframe elements is commonly used in legitimate extensions for dynamic content generation.
QuillBot uses postMessage for cross-origin communication, which can be a security risk if compromised.
Technical: Code pattern: window.postMessage, file location: contentScript.js, risk vector: potential for data theft or unauthorized access.
💡 postMessage is commonly used in legitimate extensions for cross-origin communication.
QuillBot sets up event listeners, which can be a security risk if compromised.
Technical: Code pattern: addEventListener, file location: contentScript.js, risk vector: potential for code injection or malware attacks.
💡 Setting up event listeners is commonly used in legitimate extensions for dynamic behavior.
QuillBot AI Writing And G has several security concerns that users should be aware of. While it provides useful features for improving writing, its use of eval(), innerHTML assignment, and String.fromCharCode can pose a risk to user data if compromised. Additionally, its creation of script elements dynamically and reading/writing to browser storage may also be a concern. Users are advised to exercise caution when using this extension and regularly review their permissions and settings.