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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Quantum X, Inc. และคุณลักษณะหลักของมันคือ "MyRA Resume Parser is an application tool for Chrome to help extract information from online resumes of candidates."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย MyRA Resume Parser
ดาวน์โหลดไฟล์ส่วนขยาย MyRA Resume Parser ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 } } |