UpWrite AI: Proofreads all Texts in Browser

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

什么是UpWrite AI: Proofreads all Texts in Browser?

UpWrite AI: Proofreads all Texts in Browser是由https://upwriteai.com开发的Chrome扩展程序,该扩展的主要功能是“An AI-powered writing assistant that identifies and corrects errors in user input text.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

下载UpWrite AI: Proofreads all Texts in Browser扩展crx文件

下载UpWrite AI: Proofreads all Texts in Browser扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 UpWrite AI: Proofreads all Texts in Browser UpWrite AI: Proofreads all Texts in Browser
ID dfmkhghfmnmpclilkafacfjoajlomjeo
官方URL https://chromewebstore.google.com/detail/upwrite-ai-proofreads-all/dfmkhghfmnmpclilkafacfjoajlomjeo
简介 An AI-powered writing assistant that identifies and corrects errors in user input text.
文件大小 412 KB
安装次数 40
当前版本 1.5
更新时间 2023-12-14
上架时间 2023-10-17
评分 5.00/5 共2次评分
开发者 https://upwriteai.com
电子邮箱 [email protected]
付费类型 in_app
扩展官网 https://upwriteai.com
帮助页面URL https://upwriteai.com/support
隐私政策页面URL https://upwriteai.com/privacy-policy
支持的语言 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:\/\/*\/*"
    ]
}