Brandengine.ai

Using GPT to help you comment better, easier & faster

ما هو Brandengine.ai؟

Brandengine.ai هو إضافة Chrome تم تطويرها بواسطة https://brandengine.ai، والميزة الرئيسية لها هي "Using GPT to help you comment better, easier & faster".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Brandengine.ai

قم بتنزيل ملفات الامتداد Brandengine.ai بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة سياسة الخصوصية 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"
    ]
}