Brandengine.ai

Using GPT to help you comment better, easier & faster

Qu'est-ce que Brandengine.ai ?

Brandengine.ai est une extension Chrome développée par https://brandengine.ai, et sa fonction principale est "Using GPT to help you comment better, easier & faster".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Brandengine.ai

Téléchargez les fichiers d'extension Brandengine.ai au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Brandengine.ai Brandengine.ai
ID ehghldfhokocddhldnionfhmegfljlcm
URL Officiel https://chromewebstore.google.com/detail/brandengineai/ehghldfhokocddhldnionfhmegfljlcm
Description Using GPT to help you comment better, easier & faster
Taille du Fichier 21.09 KB
Nombre d'Installations 798
Version Actuelle 1.0.6
Dernière Mise à Jour 2023-08-18
Date de Publication 2023-04-13
Évaluation 5.00/5 Total 35 Évaluations
Développeur https://brandengine.ai
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.brandengine.ai
URL de la Page de Politique de Confidentialité https://www.brandengine.ai/privacy-policy
Langues Prises en Charge 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"
    ]
}