MyRA Resume Parser

MyRA Resume Parser is an application tool for Chrome to help extract information from online resumes of candidates.

What is MyRA Resume Parser?

MyRA Resume Parser is a Chrome extension developed by Quantum X, Inc., and its main feature is "MyRA Resume Parser is an application tool for Chrome to help extract information from online resumes of candidates.".

Extension Screenshots

screenshot

Download MyRA Resume Parser Extension CRX File

Download MyRA Resume Parser extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        A tool to parse the your work abroad applicant(s) to MyRA                    

Extension Basic Information

Name MyRA Resume Parser MyRA Resume Parser
ID lkmehoeefloibehlodjpmbgideinhigg
Official URL https://chromewebstore.google.com/detail/myra-resume-parser/lkmehoeefloibehlodjpmbgideinhigg
Description MyRA Resume Parser is an application tool for Chrome to help extract information from online resumes of candidates.
File Size 294 KB
Installation Count 146
Current Version 0.0.0.8
Last Updated 2021-03-24
Publish Date 2019-07-12
Developer Quantum X, Inc.
Email [email protected]
Payment Type free
Extension Website https://www.myra.work
Supported Languages 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
    }
}