Supergrow.ai Extension

AI powered LinkedIn comments

Wat is Supergrow.ai Extension?

Supergrow.ai Extension is een Chrome-extensie ontwikkeld door Supergrow.ai Team, en de belangrijkste functie is "AI powered LinkedIn comments".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Supergrow.ai Extension

Download Supergrow.ai Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Supergrow.ai Extension Supergrow.ai Extension
ID gjpdbigebbbdciapaflndjkbhapgpkpa
Officiële URL https://chromewebstore.google.com/detail/supergrowai-extension/gjpdbigebbbdciapaflndjkbhapgpkpa
Beschrijving AI powered LinkedIn comments
Bestandsgrootte 3.51 MB
Aantal Installaties 154
Huidige Versie 0.4.2
Laatst Bijgewerkt 2023-09-11
Publicatiedatum 2023-07-09
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Supergrow.ai Team
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://supergrow.ai/
Help Pagina-URL https://www.supergrow.ai/
URL van de Privacybeleid Pagina https://www.supergrow.ai/privacy
Ondersteunde Talen 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\/*"
    ]
}