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\/*"
        ]
    }
}