LinComment

Suggests relevant and thoughtful comments for LinkedIn posts, helping you engage in online discussions and add valuable insights.

LinComment là gì?

LinComment là một tiện ích mở rộng Chrome được phát triển bởi ventures, và tính năng chính của nó là "Suggests relevant and thoughtful comments for LinkedIn posts, helping you engage in online discussions and add valuable insights.".

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

screenshot

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

Tải xuống các tệp mở rộng LinComment 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

                        Are you tired of struggling to come up with interesting comments on LinkedIn? Our new Chrome extension is here to help! With just a few clicks, you can generate contextual replies to any LinkedIn post using the power of GPT AI. 

Simply select the post, click the "Generate Comments" button, and our advanced natural language processing technology will do the rest. Never run out of things to say again! Try it out now and take your LinkedIn presence to the next level.

- Quickly and easily generate relevant comments with just a few clicks
- Powered by state-of-the-art natural language processing technology
- Boost your LinkedIn engagement and make meaningful connections with ease.

Once the system has provided some suggestions you can easily tweak them to reflect your true point of view and then easily Like and Post.

Try it today with 25 credits totally free.                    

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

Tên LinComment LinComment
ID ihclelbigemkpdnbjkenimnbgkepieka
URL Chính Thức https://chromewebstore.google.com/detail/lincomment/ihclelbigemkpdnbjkenimnbgkepieka
Mô tả Suggests relevant and thoughtful comments for LinkedIn posts, helping you engage in online discussions and add valuable insights.
Kích Thước Tệp 4.1 MB
Số Lần Cài Đặt 260
Phiên Bản Hiện Tại 4.4.6
Cập Nhật Lần Cuối 2023-11-28
Ngày Phát Hành 2023-01-31
Đánh Giá 4.79/5 Tổng số 14 Đánh Giá
Nhà Phát Triển ventures
Email [email protected]
Loại Thanh Toán in_app
URL Trang Chính Sách Bảo Mật https://youarelincredible.com/privacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Suggests relevant and thoughtful comments for LinkedIn posts, helping you engage in online discussions and add valuable insights.",
    "version": "4.4.6",
    "manifest_version": 3,
    "name": "LinComment",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "assets\/favicon.png"
    },
    "icons": {
        "128": "assets\/favicon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.linkedin.com\/*"
            ],
            "js": [
                "sidebar.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*.png",
                "*.svg",
                "*.gif"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/lincomment-cfb0e.web.app\/*"
        ]
    }
}