MyRA Resume Parser

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

Qu'est-ce que MyRA Resume Parser ?

MyRA Resume Parser est une extension Chrome développée par Quantum X, Inc., et sa fonction principale est "MyRA Resume Parser is an application tool for Chrome to help extract information from online resumes of candidates.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension MyRA Resume Parser

Téléchargez les fichiers d'extension MyRA Resume Parser au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom MyRA Resume Parser MyRA Resume Parser
ID lkmehoeefloibehlodjpmbgideinhigg
URL Officiel https://chromewebstore.google.com/detail/myra-resume-parser/lkmehoeefloibehlodjpmbgideinhigg
Description MyRA Resume Parser is an application tool for Chrome to help extract information from online resumes of candidates.
Taille du Fichier 294 KB
Nombre d'Installations 146
Version Actuelle 0.0.0.8
Dernière Mise à Jour 2021-03-24
Date de Publication 2019-07-12
Développeur Quantum X, Inc.
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.myra.work
Langues Prises en Charge 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
    }
}