MyRA Resume Parser
MyRA Resume Parser is an application tool for Chrome to help extract information from online resumes of candidates.
O que é MyRA Resume Parser?
MyRA Resume Parser é uma extensão do Chrome desenvolvida por Quantum X, Inc., e sua principal característica é "MyRA Resume Parser is an application tool for Chrome to help extract information from online resumes of candidates.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão MyRA Resume Parser
Baixe arquivos de extensão MyRA Resume Parser no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
A tool to parse the your work abroad applicant(s) to MyRA
Informações Básicas da Extensão
Nome | MyRA Resume Parser |
ID | lkmehoeefloibehlodjpmbgideinhigg |
URL Oficial | https://chromewebstore.google.com/detail/myra-resume-parser/lkmehoeefloibehlodjpmbgideinhigg |
Descrição | MyRA Resume Parser is an application tool for Chrome to help extract information from online resumes of candidates. |
Tamanho do Arquivo | 294 KB |
Contagem de Instalações | 146 |
Versão Atual | 0.0.0.8 |
Última Atualização | 2021-03-24 |
Data de Publicação | 2019-07-12 |
Desenvolvedor | Quantum X, Inc. |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://www.myra.work |
Idiomas Suportados | 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 } } |