Supergrow.ai Extension

AI powered LinkedIn comments

Cos'è Supergrow.ai Extension?

Supergrow.ai Extension è un'estensione di Chrome sviluppata da Supergrow.ai Team, e la sua funzione principale è "AI powered LinkedIn comments".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Supergrow.ai Extension

Scarica i file di estensione Supergrow.ai Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Supergrow.ai Extension Supergrow.ai Extension
ID gjpdbigebbbdciapaflndjkbhapgpkpa
URL Ufficiale https://chromewebstore.google.com/detail/supergrowai-extension/gjpdbigebbbdciapaflndjkbhapgpkpa
Descrizione AI powered LinkedIn comments
Dimensione del File 3.51 MB
Conteggio Installazioni 154
Versione Corrente 0.4.2
Ultimo Aggiornamento 2023-09-11
Data di Pubblicazione 2023-07-09
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Supergrow.ai Team
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://supergrow.ai/
URL della Pagina di Aiuto https://www.supergrow.ai/
URL della Pagina della Politica sulla Privacy https://www.supergrow.ai/privacy
Lingue Supportate 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\/*"
    ]
}