Supergrow.ai Extension
AI powered LinkedIn comments
Supergrow.ai Extensionとは何ですか?
Supergrow.ai ExtensionはSupergrow.ai Teamによって開発されたChromeの拡張機能で、その主な機能は「AI powered LinkedIn comments」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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\/*" ] } |