MyRA Resume Parser

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

Co to jest MyRA Resume Parser?

MyRA Resume Parser to rozszerzenie Chrome opracowane przez Quantum X, Inc., a jego główną funkcją jest „MyRA Resume Parser is an application tool for Chrome to help extract information from online resumes of candidates.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia MyRA Resume Parser

Pobierz pliki rozszerzeń MyRA Resume Parser w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa MyRA Resume Parser MyRA Resume Parser
ID lkmehoeefloibehlodjpmbgideinhigg
Oficjalny URL https://chromewebstore.google.com/detail/myra-resume-parser/lkmehoeefloibehlodjpmbgideinhigg
Opis MyRA Resume Parser is an application tool for Chrome to help extract information from online resumes of candidates.
Rozmiar pliku 294 KB
Liczba instalacji 146
Aktualna Wersja 0.0.0.8
Ostatnia Aktualizacja 2021-03-24
Data Publikacji 2019-07-12
Deweloper Quantum X, Inc.
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.myra.work
Obsługiwane Języki 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
    }
}