Shazaam
Use Mindscope to parse candidates on any webpage with a single click.
Shazaam란 무엇입니까?
Shazaam은(는) mindSCOPE에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Use Mindscope to parse candidates on any webpage with a single click."입니다.
확장 프로그램 스크린샷
Shazaam 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The Shazaam extension by Mindscope provides recruiters the ability to parse a candidate’s resume from any web page. Recruiters can now select a piece of text they want to parse in from a web page they are currently browsing, and with the click of a button receive a new Candidate in their Mindscope database. Once the Candidate is successfully parsed into Mindscope the recruiter will get redirected to the new profile for an overview of the candidate’s information.
확장 프로그램 기본 정보
이름 | Shazaam |
ID | lhpffomdonedpcmelkdngoamoongfeoa |
공식 URL | https://chromewebstore.google.com/detail/shazaam/lhpffomdonedpcmelkdngoamoongfeoa |
설명 | Use Mindscope to parse candidates on any webpage with a single click. |
파일 크기 | 204 KB |
설치 횟수 | 1,291 |
현재 버전 | 5.5 |
최근 업데이트 | 2022-10-07 |
출시 날짜 | 2020-06-06 |
평점 | 2.83/5 총 6 개의 평점 |
개발자 | mindSCOPE |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://www.mindscope.com/privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "background": { "scripts": [ "javascript\/event.js" ], "persistent": false }, "browser_action": { "default_title": "Shazaam", "default_icon": "images\/logo16.png", "default_popup": "main.html" }, "description": "Use Mindscope to parse candidates on any webpage with a single click.", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "icons": { "128": "images\/logo128.png", "16": "images\/logo16.png", "48": "images\/logo48.png" }, "manifest_version": 2, "name": "Shazaam", "short_name": "by mindSCOPE", "permissions": [ "https:\/\/*.mindscope.com\/", "http:\/\/*.mindscope.com\/", "tabs", "storage", "activeTab" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "5.5" } |