Brandengine.ai

Using GPT to help you comment better, easier & faster

Brandengine.aiとは何ですか?

Brandengine.aiはhttps://brandengine.aiによって開発されたChromeの拡張機能で、その主な機能は「Using GPT to help you comment better, easier & faster」です。

拡張機能のスクリーンショット

screenshot
screenshot

Brandengine.ai拡張機能のCRXファイルをダウンロード

Brandengine.ai拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        10x LinkedIn engagement by commenting like a PRO.

One click is all it takes.

📢 Update V1.0.6:
✅ Added new comment Language option

Powered by OpenAI GPT model. Now you can ditch away the common reply and supercharge your comment that impress your creators and continues the conversation.

No more boring reply:
❌ "Great advice!"
❌ "Thanks for sharing!"
❌ "👍"

What you get?
✅ Daily free comments
✅ Powered by OpenAI GPT
✅ Customizable prompt & tone

Don't settle for generic and unoriginal comments any longer - let our AI-powered tool help you create unique and impactful messages that showcase your expertise and thought leadership. 

Download our Chrome extension today and start commenting like a PRO!                    

拡張機能の基本情報

名前 Brandengine.ai Brandengine.ai
ID ehghldfhokocddhldnionfhmegfljlcm
公式URL https://chromewebstore.google.com/detail/brandengineai/ehghldfhokocddhldnionfhmegfljlcm
説明 Using GPT to help you comment better, easier & faster
ファイルサイズ 21.09 KB
インストール数 798
現在のバージョン 1.0.6
最終更新日 2023-08-18
公開日 2023-04-13
評価 5.00/5 合計 35 レビュー
開発者 https://brandengine.ai
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.brandengine.ai
プライバシーポリシーページのURL https://www.brandengine.ai/privacy-policy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Brandengine.ai",
    "version": "1.0.6",
    "description": "Using GPT to help you comment better, easier & faster",
    "icons": {
        "16": "images\/logo-16.png",
        "32": "images\/logo-32.png",
        "48": "images\/logo-48.png",
        "128": "images\/logo-128.png"
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/content.js"
            ],
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "scripts\/background.js",
        "type": "module"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "scripts\/web.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_popup": "login.html"
    },
    "permissions": [
        "storage",
        "identity",
        "tabs",
        "management"
    ]
}