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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
이메일 | [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\/*" ] } |