Supergrow.ai Extension
AI powered LinkedIn comments
O que é Supergrow.ai Extension?
Supergrow.ai Extension é uma extensão do Chrome desenvolvida por Supergrow.ai Team, e sua principal característica é "AI powered LinkedIn comments".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Supergrow.ai Extension
Baixe arquivos de extensão Supergrow.ai Extension no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Supergrow.ai Extension |
ID | gjpdbigebbbdciapaflndjkbhapgpkpa |
URL Oficial | https://chromewebstore.google.com/detail/supergrowai-extension/gjpdbigebbbdciapaflndjkbhapgpkpa |
Descrição | AI powered LinkedIn comments |
Tamanho do Arquivo | 3.51 MB |
Contagem de Instalações | 154 |
Versão Atual | 0.4.2 |
Última Atualização | 2023-09-11 |
Data de Publicação | 2023-07-09 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | Supergrow.ai Team |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | http://supergrow.ai/ |
URL da Página de Ajuda | https://www.supergrow.ai/ |
URL da Página de Política de Privacidade | https://www.supergrow.ai/privacy |
Idiomas Suportados | 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\/*" ] } |