Recap.work
Summarizes LinkedIn profiles
Recap.work란 무엇입니까?
Recap.work은(는) https://www.recap.work에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Summarizes LinkedIn profiles"입니다.
확장 프로그램 스크린샷
Recap.work 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
From recruiters to hiring managers, Recaps give you the profile snapshot with the information you need. Recap is your LinkedIn assistant From a profile, Recaps will show: > Estimates salaries (adjusted by country) > Company ratings (from Glassdoor) > Analysis of work patterns and history > Analysis of whether or not the person may be looking for a new job Recap.work combines multiple data points as well as through Glassdoor to estimate the annual salary for the profile being viewed. By automatically looking up profile's company information on Glassdoor, Recaps display the company rating and number of reviewers. Utilizing this and other signals, Recaps shows how satisfied the employee might be at their current company. As a Chrome browser extension, Recaps will display on the sidebar as soon as a profile loads. There are three plans with different restrictions: Free - 10 recaps per day Pro - 100 recaps per day Business - Unlimited Recaps Download and try it out today!
확장 프로그램 기본 정보
이름 | Recap.work |
ID | gfcmbjmjadhcijjpbpoelmejbkhnbhia |
공식 URL | https://chromewebstore.google.com/detail/recapwork/gfcmbjmjadhcijjpbpoelmejbkhnbhia |
설명 | Summarizes LinkedIn profiles |
파일 크기 | 2.53 MB |
설치 횟수 | 271 |
현재 버전 | 3.64 |
최근 업데이트 | 2017-12-21 |
출시 날짜 | 2017-12-21 |
평점 | 2.67/5 총 3 개의 평점 |
개발자 | https://www.recap.work |
이메일 | [email protected] |
결제 유형 | in_app |
확장 프로그램 웹 사이트 | https://www.recap.work |
개인정보 보호 정책 페이지 URL | https://www.recap.work |
지원되는 언어 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "short_name": "Recap", "name": "Recap.work", "version": "3.64", "icons": { "16": "recap16.png", "48": "recap48.png", "128": "recap128.png" }, "description": "Summarizes LinkedIn profiles", "permissions": [ "storage" ], "content_scripts": [ { "css": [ "style.css" ], "update_url": "http:\/\/kza.herokuapp.com\/xml\/updates.xml", "js": [ "jquery-3.1.0.min.js", "curry.js", "utils.js", "content.js" ], "matches": [ "https:\/\/www.linkedin.com\/*" ] } ], "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'", "web_accessible_resources": [ "*.png", "social_icons\/*.png", "popup_error.html", "*.svg", "*.gif", "popup_no_login.html", "popup_no_recaps.html", "popup.html" ] } |