Brandengine.ai

Using GPT to help you comment better, easier & faster

Cos'è Brandengine.ai?

Brandengine.ai è un'estensione di Chrome sviluppata da https://brandengine.ai, e la sua funzione principale è "Using GPT to help you comment better, easier & faster".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Brandengine.ai

Scarica i file di estensione Brandengine.ai in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Brandengine.ai Brandengine.ai
ID ehghldfhokocddhldnionfhmegfljlcm
URL Ufficiale https://chromewebstore.google.com/detail/brandengineai/ehghldfhokocddhldnionfhmegfljlcm
Descrizione Using GPT to help you comment better, easier & faster
Dimensione del File 21.09 KB
Conteggio Installazioni 798
Versione Corrente 1.0.6
Ultimo Aggiornamento 2023-08-18
Data di Pubblicazione 2023-04-13
Valutazione 5.00/5 Totale 35 Valutazioni
Sviluppatore https://brandengine.ai
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.brandengine.ai
URL della Pagina della Politica sulla Privacy https://www.brandengine.ai/privacy-policy
Lingue Supportate 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"
    ]
}