Shazaam New UI
Use Mindscope to parse candidates on any webpage with a single click.
Shazaam New UI란 무엇입니까?
Shazaam New UI은(는) mindSCOPE에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Use Mindscope to parse candidates on any webpage with a single click."입니다.
확장 프로그램 스크린샷
Shazaam New UI 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The Shazaam New UI 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 New UI |
ID | pjhhlhlmahfalahahpnahjaaigfaapjk |
공식 URL | https://chromewebstore.google.com/detail/shazaam-new-ui/pjhhlhlmahfalahahpnahjaaigfaapjk |
설명 | Use Mindscope to parse candidates on any webpage with a single click. |
파일 크기 | 269 KB |
설치 횟수 | 329 |
현재 버전 | 1.9 |
최근 업데이트 | 2022-10-07 |
출시 날짜 | 2020-06-12 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | 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 New UI", "default_icon": "images\/shazaam-icon128.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\/shazaam-icon128.png", "16": "images\/shazaam-icon16.png", "48": "images\/shazaam-icon48.png" }, "manifest_version": 2, "name": "Shazaam New UI", "short_name": "by mindSCOPE", "permissions": [ "https:\/\/*.mindscope.com\/", "http:\/\/*.mindscope.com\/", "tabs", "storage", "activeTab" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.9" } |