MyRA Resume Parser
MyRA Resume Parser is an application tool for Chrome to help extract information from online resumes of candidates.
Wat is MyRA Resume Parser?
MyRA Resume Parser is een Chrome-extensie ontwikkeld door Quantum X, Inc., en de belangrijkste functie is "MyRA Resume Parser is an application tool for Chrome to help extract information from online resumes of candidates.".
Extensie Screenshots
Download het CRX-bestand van de extensie MyRA Resume Parser
Download MyRA Resume Parser-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
A tool to parse the your work abroad applicant(s) to MyRA
Basisinformatie over de Extensie
Naam | MyRA Resume Parser |
ID | lkmehoeefloibehlodjpmbgideinhigg |
Officiële URL | https://chromewebstore.google.com/detail/myra-resume-parser/lkmehoeefloibehlodjpmbgideinhigg |
Beschrijving | MyRA Resume Parser is an application tool for Chrome to help extract information from online resumes of candidates. |
Bestandsgrootte | 294 KB |
Aantal Installaties | 146 |
Huidige Versie | 0.0.0.8 |
Laatst Bijgewerkt | 2021-03-24 |
Publicatiedatum | 2019-07-12 |
Ontwikkelaar | Quantum X, Inc. |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.myra.work |
Ondersteunde Talen | 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 } } |