MyRA Resume Parser
MyRA Resume Parser is an application tool for Chrome to help extract information from online resumes of candidates.
Co je MyRA Resume Parser?
MyRA Resume Parser je rozšíření Chrome vyvinuté Quantum X, Inc., a jeho hlavní funkcí je „MyRA Resume Parser is an application tool for Chrome to help extract information from online resumes of candidates.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření MyRA Resume Parser
Stáhněte si soubory rozšíření MyRA Resume Parser ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
A tool to parse the your work abroad applicant(s) to MyRA
Základní Informace o Rozšíření
Název | MyRA Resume Parser |
ID | lkmehoeefloibehlodjpmbgideinhigg |
Oficiální URL | https://chromewebstore.google.com/detail/myra-resume-parser/lkmehoeefloibehlodjpmbgideinhigg |
Popis | MyRA Resume Parser is an application tool for Chrome to help extract information from online resumes of candidates. |
Velikost souboru | 294 KB |
Počet instalací | 146 |
Aktuální Verze | 0.0.0.8 |
Poslední Aktualizace | 2021-03-24 |
Datum Vydání | 2019-07-12 |
Vývojář | Quantum X, Inc. |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://www.myra.work |
Podporované Jazyky | 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 } } |