ParagraphAI - Write Better, Faster

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

Τι είναι το ParagraphAI - Write Better, Faster;

Το ParagraphAI - Write Better, Faster είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://paragraphai.com, και η κύρια λειτουργία του είναι "ParagraphAI is an AI-powered writing tool that crafts perfectly curated content for all your writing needs.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης ParagraphAI - Write Better, Faster

Λήψη αρχείων επέκτασης ParagraphAI - Write Better, Faster σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα ParagraphAI - Write Better, Faster ParagraphAI - Write Better, Faster
ID ieidddkeimflpkghaodhddcmlclcliaa
Επίσημο URL https://chromewebstore.google.com/detail/paragraphai-write-better/ieidddkeimflpkghaodhddcmlclcliaa
Περιγραφή ParagraphAI is an AI-powered writing tool that crafts perfectly curated content for all your writing needs.
Μέγεθος Αρχείου 2.17 MB
Αριθμός Εγκαταστάσεων 50,294
Τρέχουσα Έκδοση 2.4.21
Τελευταία Ενημέρωση 2024-01-23
Ημερομηνία Δημοσίευσης 2022-07-27
Αξιολόγηση 4.32/5 Συνολικά 59 Αξιολογήσεις
Προγραμματιστής https://paragraphai.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής in_app
Ιστότοπος Επέκτασης https://paragraphai.com
Διεύθυνση URL της Σελίδας Βοήθειας https://paragraphai.com/chrome-launch/
URL της Σελίδας Πολιτικής Απορρήτου https://paragraphai.com/privacy
Υποστηριζόμενες Γλώσσες 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\/*"
        ]
    }
}