MyRA Resume Parser
MyRA Resume Parser is an application tool for Chrome to help extract information from online resumes of candidates.
MyRA Resume Parser là gì?
MyRA Resume Parser là một tiện ích mở rộng Chrome được phát triển bởi Quantum X, Inc., và tính năng chính của nó là "MyRA Resume Parser is an application tool for Chrome to help extract information from online resumes of candidates.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng MyRA Resume Parser
Tải xuống các tệp mở rộng MyRA Resume Parser dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
A tool to parse the your work abroad applicant(s) to MyRA
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | MyRA Resume Parser |
ID | lkmehoeefloibehlodjpmbgideinhigg |
URL Chính Thức | https://chromewebstore.google.com/detail/myra-resume-parser/lkmehoeefloibehlodjpmbgideinhigg |
Mô tả | MyRA Resume Parser is an application tool for Chrome to help extract information from online resumes of candidates. |
Kích Thước Tệp | 294 KB |
Số Lần Cài Đặt | 146 |
Phiên Bản Hiện Tại | 0.0.0.8 |
Cập Nhật Lần Cuối | 2021-03-24 |
Ngày Phát Hành | 2019-07-12 |
Nhà Phát Triển | Quantum X, Inc. |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.myra.work |
Ngôn Ngữ Được Hỗ Trợ | 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 } } |