Second Brain

AI-powered writing companion that will help you write better articles, emails, messages and more.

ما هو Second Brain؟

Second Brain هو إضافة Chrome تم تطويرها بواسطة https://usesecondbrain.com، والميزة الرئيسية لها هي "AI-powered writing companion that will help you write better articles, emails, messages and more.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Second Brain

قم بتنزيل ملفات الامتداد Second Brain بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Do you want to write better posts, tweets or messages? With the help of AI this extension will help you to generate amazing texts.

FEATURES
- Text generation based on prompt (You start the text, AI will complete it)
- Rephrasing existing text/sentences. Useful to test multiple options of your text
- Creating custom AI tasks (summarize the article, write professional email, etc..)

START FOR FREE.
You have 4000 free words for the start. After that you can buy more words to continue using the extension.

HOW IT WORKS?

Text generation.
--------------------------------------------------------------------
You give it a prompt and it generates a text.

For example:
- "Write an email telling customer his shipping is delayed". And Second Brain will generate a professional email text in a few seconds.
- "Top 5 marketing ideas for a startup". Second Brain will generate a list with top 5 marketing ideas and their description
- "Biggest IT companies for design". Second Brain will show you a list with biggest companies

Rephrasing
--------------------------------------------------------------------
You select a text and Second Brain will show you other ways to say it.

For example:
- If you are struggling with how to phrase your tweet or message Second Brain will show you multiple ways to write it.
- Or if you need to try other variations of your copy Second Brain will show you other ways to write your text.

THE AI BEHIND IT.
Second Brain is using "Davinci-003" which is the most advance text model from OpenAI                    

معلومات أساسية عن التمديد

الاسم Second Brain Second Brain
ID phhnfeeenkglecnilookffilboagfgkm
عنوان URL الرسمي https://chromewebstore.google.com/detail/second-brain/phhnfeeenkglecnilookffilboagfgkm
الوصف AI-powered writing companion that will help you write better articles, emails, messages and more.
حجم الملف 6.49 MB
عدد التثبيتات 1,343
النسخة الحالية 1.2
آخر تحديث 2023-06-17
تاريخ النشر 2023-01-12
تقييم 4.33/5 مجموع تقييمات 6
المطور https://usesecondbrain.com
البريد الإلكتروني [email protected]
نوع الدفع in_app
موقع الإضافة https://www.usesecondbrain.com
عنوان صفحة المساعدة https://triangular-rhubarb-1c1.notion.site/Support-and-FAQ-d2f34feb54bd4b7f844a7802f4f024ac
عنوان صفحة سياسة الخصوصية https://justbeepit.vercel.app/privacypolicy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Second Brain",
    "description": "AI-powered writing companion that will help you write better articles, emails, messages and more.",
    "version": "1.2",
    "icons": {
        "16": ".\/assets\/manifest-icons\/16.png",
        "32": ".\/assets\/manifest-icons\/32.png",
        "48": ".\/assets\/manifest-icons\/48.png",
        "128": ".\/assets\/manifest-icons\/128.png"
    },
    "manifest_version": 3,
    "permissions": [
        "storage",
        "activeTab",
        "scripting",
        "identity.email",
        "identity"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/secondbrainai.herokuapp.com\/api\/*"
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_popup": "home.html",
        "default_title": "Select text and click ALT+G or ALT+R to start",
        "default_icon": {
            "16": ".\/assets\/manifest-icons\/16.png",
            "32": ".\/assets\/manifest-icons\/32.png",
            "48": ".\/assets\/manifest-icons\/48.png",
            "128": ".\/assets\/manifest-icons\/128.png"
        }
    },
    "commands": {
        "complete": {
            "suggested_key": {
                "default": "Alt+G",
                "mac": "Alt+G"
            },
            "description": "Generate text"
        },
        "rephrase": {
            "suggested_key": {
                "default": "Alt+R",
                "mac": "Alt+R"
            },
            "description": "Reprase text"
        },
        "custom1": {
            "suggested_key": {
                "default": "Alt+1",
                "mac": "Alt+1"
            },
            "description": "Custom 1"
        },
        "custom2": {
            "suggested_key": {
                "default": "Alt+2",
                "mac": "Alt+2"
            },
            "description": "Custom 2"
        }
    }
}