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
Eメール [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:\/\/*\/*"
    ]
}