ParagraphAI - Write Better, Faster

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

Cos'è ParagraphAI - Write Better, Faster?

ParagraphAI - Write Better, Faster è un'estensione di Chrome sviluppata da https://paragraphai.com, e la sua funzione principale è "ParagraphAI is an AI-powered writing tool that crafts perfectly curated content for all your writing needs.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione ParagraphAI - Write Better, Faster

Scarica i file di estensione ParagraphAI - Write Better, Faster in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome ParagraphAI - Write Better, Faster ParagraphAI - Write Better, Faster
ID ieidddkeimflpkghaodhddcmlclcliaa
URL Ufficiale https://chromewebstore.google.com/detail/paragraphai-write-better/ieidddkeimflpkghaodhddcmlclcliaa
Descrizione ParagraphAI is an AI-powered writing tool that crafts perfectly curated content for all your writing needs.
Dimensione del File 2.17 MB
Conteggio Installazioni 50,294
Versione Corrente 2.4.21
Ultimo Aggiornamento 2024-01-23
Data di Pubblicazione 2022-07-27
Valutazione 4.32/5 Totale 59 Valutazioni
Sviluppatore https://paragraphai.com
Email [email protected]
Tipo di Pagamento in_app
Sito Web dell'Estensione https://paragraphai.com
URL della Pagina di Aiuto https://paragraphai.com/chrome-launch/
URL della Pagina della Politica sulla Privacy https://paragraphai.com/privacy
Lingue Supportate 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\/*"
        ]
    }
}