Supergrow.ai Extension

AI powered LinkedIn comments

什么是Supergrow.ai Extension?

Supergrow.ai Extension是由Supergrow.ai Team开发的Chrome扩展程序,该扩展的主要功能是“AI powered LinkedIn comments”。

扩展截图

screenshot

下载Supergrow.ai Extension扩展crx文件

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

扩展使用说明

                        Are you finding it challenging to leave comments on LinkedIn? 

Do you struggle with generating insightful ideas for your comments?

Do you want to save time?

Do not want to post generic comments like “Good post!”, “Thanks for sharing”?

Get real, human-like comments. Say goodbye to generic comments like “Good post!”, “Thanks for sharing” and “Love your content!".

Here are the benefits:

1. Save hours writing comments to attract your prospects.
2. Guaranteed to be relevant and unique.
3. Stand out and capture the reader’s attention.
4. Increase profile visibility.

Install the extension and try it out for free.                    

扩展基本信息

名称 Supergrow.ai Extension Supergrow.ai Extension
ID gjpdbigebbbdciapaflndjkbhapgpkpa
官方URL https://chromewebstore.google.com/detail/supergrowai-extension/gjpdbigebbbdciapaflndjkbhapgpkpa
简介 AI powered LinkedIn comments
文件大小 3.51 MB
安装次数 154
当前版本 0.4.2
更新时间 2023-09-11
上架时间 2023-07-09
评分 5.00/5 共1次评分
开发者 Supergrow.ai Team
电子邮箱 [email protected]
付费类型 free
扩展官网 http://supergrow.ai/
帮助页面URL https://www.supergrow.ai/
隐私政策页面URL https://www.supergrow.ai/privacy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "AI powered LinkedIn comments",
    "version": "0.4.2",
    "manifest_version": 3,
    "name": "Supergrow.ai Extension",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_icon": "icon.png"
    },
    "icons": {
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.linkedin.com\/*"
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "icon.png"
            ],
            "matches": []
        }
    ],
    "permissions": [
        "storage",
        "*:\/\/*.linkedin.com\/*"
    ],
    "host_permissions": [
        "*:\/\/*.linkedin.com\/*"
    ]
}