inrich - Add context to LinkedIn
Add to LinkedIn the missing feature power users dreamed of: adding YOUR personal info to any profile page. For free.
inrich - Add context to LinkedIn란 무엇입니까?
inrich - Add context to LinkedIn은(는) inrich에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Add to LinkedIn the missing feature power users dreamed of: adding YOUR personal info to any profile page. For free."입니다.
확장 프로그램 스크린샷
inrich - Add context to LinkedIn 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Instantly turn LinkedIn into your personal CRM. With inrich, you can add notes to any profile page, allowing you to remember each and every interaction and to better engage with your network. By letting you add personal context to LinkedIn profile pages, inrich declutters your professional life by eliminating the need for multiple contact lists, spreadsheets and CRMs. ********************************************************************************** Just click the blue "Add to Chrome" button on the upper right side of this screen, and we'll guide you from there on! ********************************************************************************** Mobile use: inrich is currently only available on Android with the Kiwi browser (Chrome for Android doesn't support Chrome extensions...). We'll add support for iOS in the future. Elevate your networking game now!
확장 프로그램 기본 정보
이름 | inrich - Add context to LinkedIn |
ID | hmgkcmijhegibfoajikgaepglpikgkbb |
공식 URL | https://chromewebstore.google.com/detail/inrich-add-context-to-lin/hmgkcmijhegibfoajikgaepglpikgkbb |
설명 | Add to LinkedIn the missing feature power users dreamed of: adding YOUR personal info to any profile page. For free. |
파일 크기 | 187 KB |
설치 횟수 | 42 |
현재 버전 | 1.0.1 |
최근 업데이트 | 2024-03-01 |
출시 날짜 | 2023-08-28 |
평점 | 5.00/5 총 9 개의 평점 |
개발자 | inrich |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.inrich.app |
개인정보 보호 정책 페이지 URL | https://www.inrich.app/privacy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "inrich - Add context to LinkedIn", "description": "Add to LinkedIn the missing feature power users dreamed of: adding YOUR personal info to any profile page. For free.", "version": "1.0.1", "action": { "default_popup": "src\/popup\/index.html" }, "background": { "service_worker": "src\/service-workers\/index.js" }, "icons": { "128": "images\/icon.png" }, "permissions": [ "tabs", "storage", "identity" ], "host_permissions": [ "https:\/\/www.linkedin.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/www.linkedin.com\/*" ], "js": [ "src\/content-scripts\/index.js" ] } ] } |