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.
Eメール [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
    }
}