Brainstorm AI Extension

Bring AI into your writing workflow, make the writing process easier and faster.

Brainstorm AI Extension란 무엇입니까?

Brainstorm AI Extension은(는) https://brainstormai.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Bring AI into your writing workflow, make the writing process easier and faster."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Brainstorm AI Extension 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Introducing Brainstorm AI: a powerful Chrome extension that helps you quickly and easily generate high-quality content using the latest artificial intelligence technologies.


Compose, analyse and create better text faster with Brainstorm AI. Works within every browser you work in.

Write better content and streamline your writing process with our assistant right at your fingertips. Get AI support and inspiration while you write in text input fields across the web.

Type ''// " and generate high quality drafts, outlines, replies or revisions using AI. It sends text directly to your cursor, where you already write. No more copy pasting text.
  🗸 Get a first draft from a few words in seconds
  🗸 Summarize large texts into actionable items
  🗸 Rewrite, or expand sentences to make them more professional, readable or consistent.
  🗸 Create content in 25 languages with 1 click
  🗸 Complete your emails from short phrases                    

확장 프로그램 기본 정보

이름 Brainstorm AI Extension Brainstorm AI Extension
ID mhegedbkboajnogpfoflndfdcefjckgb
공식 URL https://chromewebstore.google.com/detail/brainstorm-ai-extension/mhegedbkboajnogpfoflndfdcefjckgb
설명 Bring AI into your writing workflow, make the writing process easier and faster.
파일 크기 1.08 MB
설치 횟수 486
현재 버전 1.0.4
최근 업데이트 2023-05-22
출시 날짜 2023-01-11
평점 5.00/5 총 3 개의 평점
개발자 https://brainstormai.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://brainstormai.com
개인정보 보호 정책 페이지 URL https://brainstormai.com/privacypolicy
지원되는 언어 en,nl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Brainstorm AI Extension",
    "version": "1.0.4",
    "description": "Bring AI into your writing workflow, make the writing process easier and faster.",
    "manifest_version": 3,
    "author": "Brainstorm AI",
    "default_locale": "en",
    "action": {
        "default_title": "Brainstorm AI Extension",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "ext-bs-assets\/images\/icon-16x16.png",
            "32": "ext-bs-assets\/images\/icon-32x32.png",
            "48": "ext-bs-assets\/images\/icon-48x48.png",
            "128": "ext-bs-assets\/images\/icon-128x128.png"
        }
    },
    "icons": {
        "16": "ext-bs-assets\/images\/icon-16x16.png",
        "32": "ext-bs-assets\/images\/icon-32x32.png",
        "48": "ext-bs-assets\/images\/icon-48x48.png",
        "128": "ext-bs-assets\/images\/icon-128x128.png"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'  'wasm-unsafe-eval'; object-src 'self';"
    },
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "scripting",
        "storage",
        "activeTab",
        "webNavigation",
        "cookies"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "ext-bs-assets\/*",
                "ext-bs-assets\/fonts\/*",
                "ext-bs-assets\/images\/*",
                "css\/*",
                "js\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": "js\/background.min.js"
    },
    "host_permissions": [
        ""
    ]
}