UpWrite AI: Proofreads all Texts in Browser

An AI-powered writing assistant that identifies and corrects errors in user input text.

What is UpWrite AI: Proofreads all Texts in Browser?

UpWrite AI: Proofreads all Texts in Browser is a Chrome extension developed by https://upwriteai.com, and its main feature is "An AI-powered writing assistant that identifies and corrects errors in user input text.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Download UpWrite AI: Proofreads all Texts in Browser Extension CRX File

Download UpWrite AI: Proofreads all Texts in Browser extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        UpWrite AI Proofreading Chrome Extension

Why You Need UpWrite AI:
In today's digital age, clarity in communication is crucial. Whether it's an important business email, a social media post, or a casual text message, the words we use matter. With the UpWrite AI Proofreading Chrome Extension, you never have to second-guess your writing again. Say goodbye to embarrassing typos, confusing sentences, and misunderstood messages. Right within any app on your device - be it email, Slack, LinkedIn, or messaging apps - perfection is just one tap away. Elevate your writing and ensure every word you pen resonates with precision, clarity, and purpose.

Our Difference - We Value and Fairly Charge Our Customers:
While most competing apps tie you down with subscriptions, we believe in a 'Pay as you Go' philosophy. No hidden fees. No automatic renewals. We prioritize your needs, giving you the power to decide when and for what you pay. Experience the freedom of only paying for what you actually use.

Feature Highlights:
- Cutting-Edge AI Integration: Accurately checks, corrects, and improves every aspect of your writing from typos to semantics.
- Advanced Editing: Ability to mold your text to desired tones, styles, and audiences, ensuring versatility in your communication.
- Proofreading Chrome Extension: Works harmoniously across most of the websites in Chrome browser, ensuring consistent quality in all your writings.
- Educative Corrections: Understand your mistakes as UpWrite AI not only corrects but also explains, fostering continuous improvement in your writing skills.
- Multilingual Support: While we shine in English, we proficiently cater to multiple languages.
- One-Click Apple or Google Registration: Seamless and speedy registration process using your Apple or Google account.

Pricing & Word Tokens:

Language Models (AI) do not think in words or images but in tokens. Word tokens are the essential units used to measure the amount of work an AI has to do to understand statements and generate answers. 
Our business model revolves around these word tokens. We pay our AI engine provider based on token usage, and similarly, we bill our customers for the tokens they consume, with a modest markup for our efforts and services. We strive for fairness in our pricing and humbly ask our users to support us: by purchasing our products, rating our app, and sharing it with friends and colleagues.

Trial: Get started with 10,000 word tokens upon registration, giving you a substantial feel of the Chrome Extension, Mobile App and Keyboard prowess.
Flexible Packs: Purchase additional tokens as needed. Choose from 
    - 40K for $1, 
    - 200K for $3,  
    - 500K for $6. 
Tokens' Significance: To give a perspective, 10,000 tokens can cover roughly 1 to 3 hours of conversation. They're the measure of AI's understanding and response capacity.
Evergreen Tokens: Once bought, your tokens never expire.

UpWrite AI Proofreading Chrome Extension is a digital writing assistance tool that uses artificial intelligence and natural language processing to identify and correct grammar, spelling, punctuation, and style errors in text. Additionally, it can adjust the tone, clarity, engagement, and delivery of a piece of writing. It's specifically designed for mobile users.
This tool is ideal for writers, students, professionals, and anyone looking to enhance the quality and clarity of their written communication. With a focus on mobile optimization and voice-to-text (dictation) capabilities, UpWrite AI stands out as a premier choice for those seeking top-tier writing assistance on the go.

Choose UpWrite AI Proofreading Chrome Extension, and embark on a journey of flawless and effective communication. Say what you mean, every single time.
Say hello to confidence in every word and sentence you write, ensuring your message is always received as intended.                    

Extension Basic Information

Name UpWrite AI: Proofreads all Texts in Browser UpWrite AI: Proofreads all Texts in Browser
ID dfmkhghfmnmpclilkafacfjoajlomjeo
Official URL https://chromewebstore.google.com/detail/upwrite-ai-proofreads-all/dfmkhghfmnmpclilkafacfjoajlomjeo
Description An AI-powered writing assistant that identifies and corrects errors in user input text.
File Size 412 KB
Installation Count 40
Current Version 1.5
Last Updated 2023-12-14
Publish Date 2023-10-17
Rating 5.00/5 Total 2 Ratings
Developer https://upwriteai.com
Email [email protected]
Payment Type in_app
Extension Website https://upwriteai.com
Help Page URL https://upwriteai.com/support
Privacy Policy Page URL https://upwriteai.com/privacy-policy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "default_locale": "en",
    "name": "__MSG_extension_name__",
    "description": "__MSG_extension_description__",
    "version": "1.5",
    "icons": {
        "48": "images\/icon-48.png",
        "96": "images\/icon-96.png",
        "128": "images\/icon-128.png",
        "256": "images\/icon-256.png",
        "512": "images\/icon-512.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/toolbar-icon-16.png",
            "19": "images\/toolbar-icon-19.png",
            "32": "images\/toolbar-icon-32.png",
            "38": "images\/toolbar-icon-38.png",
            "48": "images\/toolbar-icon-48.png",
            "72": "images\/toolbar-icon-72.png"
        }
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*\/*"
    ]
}