ParagraphAI - Write Better, Faster

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

Apa itu ParagraphAI - Write Better, Faster?

ParagraphAI - Write Better, Faster adalah ekstensi Chrome yang dikembangkan oleh https://paragraphai.com, dan fitur utamanya adalah "ParagraphAI is an AI-powered writing tool that crafts perfectly curated content for all your writing needs.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi ParagraphAI - Write Better, Faster

Unduh file ekstensi ParagraphAI - Write Better, Faster dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama ParagraphAI - Write Better, Faster ParagraphAI - Write Better, Faster
ID ieidddkeimflpkghaodhddcmlclcliaa
URL Resmi https://chromewebstore.google.com/detail/paragraphai-write-better/ieidddkeimflpkghaodhddcmlclcliaa
Deskripsi ParagraphAI is an AI-powered writing tool that crafts perfectly curated content for all your writing needs.
Ukuran File 2.17 MB
Jumlah Instalasi 50,294
Versi Saat Ini 2.4.21
Terakhir Diperbarui 2024-01-23
Tanggal Publikasi 2022-07-27
Penilaian 4.32/5 Total 59 Penilaian
Pengembang https://paragraphai.com
Email [email protected]
Tipe Pembayaran in_app
Situs Ekstensi https://paragraphai.com
URL Halaman Bantuan https://paragraphai.com/chrome-launch/
URL Halaman Kebijakan Privasi https://paragraphai.com/privacy
Bahasa yang Didukung 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\/*"
        ]
    }
}