LinComment

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

什么是LinComment?

LinComment是由ventures开发的Chrome扩展程序,该扩展的主要功能是“Suggests relevant and thoughtful comments for LinkedIn posts, helping you engage in online discussions and add valuable insights.”。

扩展截图

screenshot

下载LinComment扩展crx文件

下载LinComment扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 LinComment LinComment
ID ihclelbigemkpdnbjkenimnbgkepieka
官方URL https://chromewebstore.google.com/detail/lincomment/ihclelbigemkpdnbjkenimnbgkepieka
简介 Suggests relevant and thoughtful comments for LinkedIn posts, helping you engage in online discussions and add valuable insights.
文件大小 4.1 MB
安装次数 260
当前版本 4.4.6
更新时间 2023-11-28
上架时间 2023-01-31
评分 4.79/5 共14次评分
开发者 ventures
电子邮箱 [email protected]
付费类型 in_app
隐私政策页面URL https://youarelincredible.com/privacy
支持的语言 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\/*"
        ]
    }
}