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
官方網址 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
    }
}