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.”。

扩展截图

screenshot

下载MyRA Resume Parser扩展crx文件

下载MyRA Resume Parser扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 MyRA Resume Parser 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
    }
}