MyRA Resume Parser
MyRA Resume Parser is an application tool for Chrome to help extract information from online resumes of candidates.
MyRA Resume Parser란 무엇입니까?
MyRA Resume Parser은(는) Quantum X, Inc.에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "MyRA Resume Parser is an application tool for Chrome to help extract information from online resumes of candidates."입니다.
확장 프로그램 스크린샷
MyRA Resume Parser 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
A tool to parse the your work abroad applicant(s) to MyRA
확장 프로그램 기본 정보
이름 | MyRA Resume Parser |
ID | lkmehoeefloibehlodjpmbgideinhigg |
공식 URL | https://chromewebstore.google.com/detail/myra-resume-parser/lkmehoeefloibehlodjpmbgideinhigg |
설명 | MyRA Resume Parser is an application tool for Chrome to help extract information from online resumes of candidates. |
파일 크기 | 294 KB |
설치 횟수 | 146 |
현재 버전 | 0.0.0.8 |
최근 업데이트 | 2021-03-24 |
출시 날짜 | 2019-07-12 |
개발자 | Quantum X, Inc. |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.myra.work |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "MyRA Resume Parser", "description": "MyRA Resume Parser is an application tool for Chrome to help extract information from online resumes of candidates.", "version": "0.0.0.8", "browser_action": { "default_icon": "images\/icon.png", "default_popup": "myra.html" }, "icons": { "16": "images\/icon.png", "32": "images\/icon32.png", "64": "images\/icon64.png", "128": "images\/icon128.png" }, "permissions": [ "activeTab", "cookies", "*:\/\/*.myra.work\/*", "*:\/\/*.dev.myra.work\/*", "http:\/\/*\/*", "https:\/\/*\/*", "*:\/\/*.localhost\/*", "contextMenus", "storage", "tabs" ], "background": { "scripts": [ "background.js" ], "persistent": false } } |