Brainstorm AI Extension

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

Τι είναι το Brainstorm AI Extension;

Το Brainstorm AI Extension είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://brainstormai.com, και η κύρια λειτουργία του είναι "Bring AI into your writing workflow, make the writing process easier and faster.".

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

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Brainstorm AI Extension

Λήψη αρχείων επέκτασης Brainstorm AI Extension σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        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": [
        ""
    ]
}