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
电子邮箱 [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"
    ]
}