MyRA Resume Parser

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

Cos'è MyRA Resume Parser?

MyRA Resume Parser è un'estensione di Chrome sviluppata da Quantum X, Inc., e la sua funzione principale è "MyRA Resume Parser is an application tool for Chrome to help extract information from online resumes of candidates.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione MyRA Resume Parser

Scarica i file di estensione MyRA Resume Parser in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome MyRA Resume Parser MyRA Resume Parser
ID lkmehoeefloibehlodjpmbgideinhigg
URL Ufficiale https://chromewebstore.google.com/detail/myra-resume-parser/lkmehoeefloibehlodjpmbgideinhigg
Descrizione MyRA Resume Parser is an application tool for Chrome to help extract information from online resumes of candidates.
Dimensione del File 294 KB
Conteggio Installazioni 146
Versione Corrente 0.0.0.8
Ultimo Aggiornamento 2021-03-24
Data di Pubblicazione 2019-07-12
Sviluppatore Quantum X, Inc.
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.myra.work
Lingue Supportate 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
    }
}