Brandengine.ai

Using GPT to help you comment better, easier & faster

O que é Brandengine.ai?

Brandengine.ai é uma extensão do Chrome desenvolvida por https://brandengine.ai, e sua principal característica é "Using GPT to help you comment better, easier & faster".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Brandengine.ai

Baixe arquivos de extensão Brandengine.ai no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome Brandengine.ai Brandengine.ai
ID ehghldfhokocddhldnionfhmegfljlcm
URL Oficial https://chromewebstore.google.com/detail/brandengineai/ehghldfhokocddhldnionfhmegfljlcm
Descrição Using GPT to help you comment better, easier & faster
Tamanho do Arquivo 21.09 KB
Contagem de Instalações 798
Versão Atual 1.0.6
Última Atualização 2023-08-18
Data de Publicação 2023-04-13
Classificação 5.00/5 Total de 35 Avaliações
Desenvolvedor https://brandengine.ai
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.brandengine.ai
URL da Página de Política de Privacidade https://www.brandengine.ai/privacy-policy
Idiomas Suportados 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"
    ]
}