LinComment
Suggests relevant and thoughtful comments for LinkedIn posts, helping you engage in online discussions and add valuable insights.
LinComment란 무엇입니까?
LinComment은(는) ventures에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Suggests relevant and thoughtful comments for LinkedIn posts, helping you engage in online discussions and add valuable insights."입니다.
확장 프로그램 스크린샷
LinComment 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Are you tired of struggling to come up with interesting comments on LinkedIn? Our new Chrome extension is here to help! With just a few clicks, you can generate contextual replies to any LinkedIn post using the power of GPT AI. Simply select the post, click the "Generate Comments" button, and our advanced natural language processing technology will do the rest. Never run out of things to say again! Try it out now and take your LinkedIn presence to the next level. - Quickly and easily generate relevant comments with just a few clicks - Powered by state-of-the-art natural language processing technology - Boost your LinkedIn engagement and make meaningful connections with ease. Once the system has provided some suggestions you can easily tweak them to reflect your true point of view and then easily Like and Post. Try it today with 25 credits totally free.
확장 프로그램 기본 정보
이름 | LinComment |
ID | ihclelbigemkpdnbjkenimnbgkepieka |
공식 URL | https://chromewebstore.google.com/detail/lincomment/ihclelbigemkpdnbjkenimnbgkepieka |
설명 | Suggests relevant and thoughtful comments for LinkedIn posts, helping you engage in online discussions and add valuable insights. |
파일 크기 | 4.1 MB |
설치 횟수 | 260 |
현재 버전 | 4.4.6 |
최근 업데이트 | 2023-11-28 |
출시 날짜 | 2023-01-31 |
평점 | 4.79/5 총 14 개의 평점 |
개발자 | ventures |
이메일 | [email protected] |
결제 유형 | in_app |
개인정보 보호 정책 페이지 URL | https://youarelincredible.com/privacy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Suggests relevant and thoughtful comments for LinkedIn posts, helping you engage in online discussions and add valuable insights.", "version": "4.4.6", "manifest_version": 3, "name": "LinComment", "background": { "service_worker": "background.bundle.js" }, "action": { "default_popup": "popup.html", "default_icon": "assets\/favicon.png" }, "icons": { "128": "assets\/favicon.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.linkedin.com\/*" ], "js": [ "sidebar.bundle.js" ], "css": [ "content.styles.css" ] } ], "web_accessible_resources": [ { "resources": [ "*.png", "*.svg", "*.gif" ], "matches": [ "*:\/\/*\/*" ] } ], "externally_connectable": { "matches": [ "https:\/\/lincomment-cfb0e.web.app\/*" ] } } |