Brandengine.ai

Using GPT to help you comment better, easier & faster

Brandengine.ai là gì?

Brandengine.ai là một tiện ích mở rộng Chrome được phát triển bởi https://brandengine.ai, và tính năng chính của nó là "Using GPT to help you comment better, easier & faster".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Brandengine.ai

Tải xuống các tệp mở rộng Brandengine.ai dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Brandengine.ai Brandengine.ai
ID ehghldfhokocddhldnionfhmegfljlcm
URL Chính Thức https://chromewebstore.google.com/detail/brandengineai/ehghldfhokocddhldnionfhmegfljlcm
Mô tả Using GPT to help you comment better, easier & faster
Kích Thước Tệp 21.09 KB
Số Lần Cài Đặt 798
Phiên Bản Hiện Tại 1.0.6
Cập Nhật Lần Cuối 2023-08-18
Ngày Phát Hành 2023-04-13
Đánh Giá 5.00/5 Tổng số 35 Đánh Giá
Nhà Phát Triển https://brandengine.ai
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.brandengine.ai
URL Trang Chính Sách Bảo Mật https://www.brandengine.ai/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}