MyRA Resume Parser

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

Apa itu MyRA Resume Parser?

MyRA Resume Parser adalah ekstensi Chrome yang dikembangkan oleh Quantum X, Inc., dan fitur utamanya adalah "MyRA Resume Parser is an application tool for Chrome to help extract information from online resumes of candidates.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi MyRA Resume Parser

Unduh file ekstensi MyRA Resume Parser dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama MyRA Resume Parser MyRA Resume Parser
ID lkmehoeefloibehlodjpmbgideinhigg
URL Resmi https://chromewebstore.google.com/detail/myra-resume-parser/lkmehoeefloibehlodjpmbgideinhigg
Deskripsi MyRA Resume Parser is an application tool for Chrome to help extract information from online resumes of candidates.
Ukuran File 294 KB
Jumlah Instalasi 146
Versi Saat Ini 0.0.0.8
Terakhir Diperbarui 2021-03-24
Tanggal Publikasi 2019-07-12
Pengembang Quantum X, Inc.
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.myra.work
Bahasa yang Didukung 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
    }
}