Brandengine.ai

Using GPT to help you comment better, easier & faster

What is Brandengine.ai?

Brandengine.ai is a Chrome extension developed by https://brandengine.ai, and its main feature is "Using GPT to help you comment better, easier & faster".

Extension Screenshots

screenshot
screenshot

Download Brandengine.ai Extension CRX File

Download Brandengine.ai extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Brandengine.ai Brandengine.ai
ID ehghldfhokocddhldnionfhmegfljlcm
Official URL https://chromewebstore.google.com/detail/brandengineai/ehghldfhokocddhldnionfhmegfljlcm
Description Using GPT to help you comment better, easier & faster
File Size 21.09 KB
Installation Count 798
Current Version 1.0.6
Last Updated 2023-08-18
Publish Date 2023-04-13
Rating 5.00/5 Total 35 Ratings
Developer https://brandengine.ai
Email [email protected]
Payment Type free
Extension Website https://www.brandengine.ai
Privacy Policy Page URL https://www.brandengine.ai/privacy-policy
Supported Languages 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"
    ]
}