MyRA Resume Parser

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

Vad är MyRA Resume Parser?

MyRA Resume Parser är en Chrome-tillägg utvecklad av Quantum X, Inc., och dess huvudfunktion är "MyRA Resume Parser is an application tool for Chrome to help extract information from online resumes of candidates.".

Tilläggsskärmbilder

screenshot

Ladda ner MyRA Resume Parser-förlängningens CRX-fil

Ladda ner MyRA Resume Parser-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn MyRA Resume Parser MyRA Resume Parser
ID lkmehoeefloibehlodjpmbgideinhigg
Officiell webbadress https://chromewebstore.google.com/detail/myra-resume-parser/lkmehoeefloibehlodjpmbgideinhigg
Beskrivning MyRA Resume Parser is an application tool for Chrome to help extract information from online resumes of candidates.
Filstorlek 294 KB
Antal Installationer 146
Aktuell Version 0.0.0.8
Senast Uppdaterad 2021-03-24
Publiceringsdatum 2019-07-12
Utvecklare Quantum X, Inc.
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.myra.work
Stödda Språk 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
    }
}