ParagraphAI - Write Better, Faster

ParagraphAI is an AI-powered writing tool that crafts perfectly curated content for all your writing needs.

Was ist ParagraphAI - Write Better, Faster?

ParagraphAI - Write Better, Faster ist eine Chrome-Erweiterung, die von https://paragraphai.com entwickelt wurde, und ihr Hauptmerkmal ist "ParagraphAI is an AI-powered writing tool that crafts perfectly curated content for all your writing needs.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

ParagraphAI - Write Better, Faster-Erweiterungs-CRX-Datei herunterladen

Laden Sie ParagraphAI - Write Better, Faster-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        ParagraphAI is a world-class writing and knowledge assistant for students and professionals, with a free forever personal plan.

ParagraphAI is guaranteed to increase your productivity and writing quality. Instantly draft articles, respond to emails, and automatically ensure professional grammar and tone. Ask it anything and save time on tedious tasks. Welcome to the power of human-AI collaboration.

Features:

➤ *WRITE* articles, essays, and outlines on any topic you desire. Simply describe your topic -- “an essay outline on Macbeth”, “a report about heat pump efficiency” -- and ParagraphAI will produce perfectly written text in the format of your choice. Adjust tone and voice to further fine-tune your creations.

➤ *REPLY* to emails and messages in an instant. Copy (Ctrl+C) and Paste (Ctrl+V) in any email or comment and get an immediate reply in your desired tone, just indicating approval or disapproval. Save time responding to emails and leave it to the AI.

➤ *IMPROVE* the grammar and tone of any text. ParagraphAI will rewrite rough drafts and outlines with professional spelling, grammar, and vocabulary. Interpret the tone of your writing to ensure you are conveying what you wish to say.

Who It Benefits:

*PROFESSIONALS* can write and reply to emails, messages, reports, and more instantly and with perfect grammar. From Sales and Marketing to Customer Service and Operations, every professional will see the quality, impact and writing speed improve. 

*STUDENTS* improve your writing, learn more about the world, brainstorm and collaborate with a world-class AI writing and knowledge assistant and get instant feedback on your work. 

*ORGANIZATIONS* can empower their people to be more productive and improve all internal and external communications. Grammatical errors and unintended tones can cost your organization valuable relationships. Ensure your organization is always presented professionally and in the best light with ParagraphAI.

About Us:

ParagraphAI is built with love by a team of expert engineers and designers from Meta, MIT and more. We aim to embrace the potential of human-AI collaboration, and power-up writing for students and professionals alike. Interested? Download the extension today and join the AI productivity revolution.                    

Grundlegende Informationen zur Erweiterung

Name ParagraphAI - Write Better, Faster ParagraphAI - Write Better, Faster
ID ieidddkeimflpkghaodhddcmlclcliaa
Offizielle URL https://chromewebstore.google.com/detail/paragraphai-write-better/ieidddkeimflpkghaodhddcmlclcliaa
Beschreibung ParagraphAI is an AI-powered writing tool that crafts perfectly curated content for all your writing needs.
Dateigröße 2.17 MB
Installationsanzahl 50,294
Aktuelle Version 2.4.21
Letztes Update 2024-01-23
Veröffentlichungsdatum 2022-07-27
Bewertung 4.32/5 Insgesamt 59 Bewertungen
Entwickler https://paragraphai.com
E-Mail [email protected]
Zahlungsart in_app
Erweiterungswebsite https://paragraphai.com
Hilfeseite URL https://paragraphai.com/chrome-launch/
URL der Datenschutzrichtlinien-Seite https://paragraphai.com/privacy
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ParagraphAI - Write Better, Faster",
    "description": "ParagraphAI is an AI-powered writing tool that crafts perfectly curated content for all your writing needs.",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "version": "2.4.21",
    "icons": {
        "128": "icon.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjBqgpD6iB8Zuf7UnPWQ\/85VnwK7P9DX2+v4+YT3AH8xmMXTzm3aqrFd+JBPzZthV6I5iVVeTMUst+gG8ZP9pSXcUdbggpOLdPOcQCY+eZwIrZZrHpl0cy9kTP8iMUiE36ykSad\/W49ZubfbU7Z\/goK2pZm4I2LmKMreXipTcX+c7cyJUDz6xEiH4dxZqZvo6Gp9YfEZgTPB2nYAqqGXFzh72M2bMQxB3vRwfCZKBOiDkqWBGLq++zzuDKyVnHYmR3sMo9SdxFJNYs6RBTOUplyPWdTmGLQWvwsCPkts635t9\/pR0Jc9d2GUnAlyoBZXrgQZ0IbBin6DY1q4IKznOzQIDAQAB",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/docs.google.com\/*"
            ],
            "all_frames": false,
            "run_at": "document_start",
            "js": [
                "gDocsScript.bundle.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "icon.png",
                "Montserrat.png",
                "iconToolbar.png",
                "icon_transparent.png",
                "browser_action_script.js",
                "script_toggle.js",
                "script_close.js",
                "index.html",
                "arrow-icon.png",
                "arrow-icon-hover.png",
                "arrow-icon-close.png",
                "app.html",
                "onboarding1.png",
                "onboarding2.png",
                "onboarding3.png",
                "onboarding4.png",
                "onboarding5.png",
                "onboarding6.png",
                "modules\/docs-canvas.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "oauth2": {
        "client_id": "850205242400-54uht6sm2lhcu1buiv7guls2l9qptscq.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    },
    "permissions": [
        "tabs",
        "scripting",
        "storage",
        "identity"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.paragraphai.com\/*"
        ]
    }
}