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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย 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"
    ]
}