Supergrow.ai Extension
AI powered LinkedIn comments
Co je Supergrow.ai Extension?
Supergrow.ai Extension je rozšíření Chrome vyvinuté Supergrow.ai Team, a jeho hlavní funkcí je „AI powered LinkedIn comments“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Supergrow.ai Extension
Stáhněte si soubory rozšíření Supergrow.ai Extension ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Supergrow.ai Extension |
ID | gjpdbigebbbdciapaflndjkbhapgpkpa |
Oficiální URL | https://chromewebstore.google.com/detail/supergrowai-extension/gjpdbigebbbdciapaflndjkbhapgpkpa |
Popis | AI powered LinkedIn comments |
Velikost souboru | 3.51 MB |
Počet instalací | 154 |
Aktuální Verze | 0.4.2 |
Poslední Aktualizace | 2023-09-11 |
Datum Vydání | 2023-07-09 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | Supergrow.ai Team |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | http://supergrow.ai/ |
URL Stránky Nápovědy | https://www.supergrow.ai/ |
URL Stránky Zásad Ochrany Soukromí | https://www.supergrow.ai/privacy |
Podporované Jazyky | 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\/*" ] } |