MyRA Resume Parser

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

Was ist MyRA Resume Parser?

MyRA Resume Parser ist eine Chrome-Erweiterung, die von Quantum X, Inc. entwickelt wurde, und ihr Hauptmerkmal ist "MyRA Resume Parser is an application tool for Chrome to help extract information from online resumes of candidates.".

Erweiterungsscreenshots

screenshot

MyRA Resume Parser-Erweiterungs-CRX-Datei herunterladen

Laden Sie MyRA Resume Parser-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name MyRA Resume Parser MyRA Resume Parser
ID lkmehoeefloibehlodjpmbgideinhigg
Offizielle URL https://chromewebstore.google.com/detail/myra-resume-parser/lkmehoeefloibehlodjpmbgideinhigg
Beschreibung MyRA Resume Parser is an application tool for Chrome to help extract information from online resumes of candidates.
Dateigröße 294 KB
Installationsanzahl 146
Aktuelle Version 0.0.0.8
Letztes Update 2021-03-24
Veröffentlichungsdatum 2019-07-12
Entwickler Quantum X, Inc.
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.myra.work
Unterstützte Sprachen 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
    }
}