MyRA Resume Parser
MyRA Resume Parser is an application tool for Chrome to help extract information from online resumes of candidates.
Что такое MyRA Resume Parser?
MyRA Resume Parser - это расширение Chrome, разработанное Quantum X, Inc., и его основная функция - "MyRA Resume Parser is an application tool for Chrome to help extract information from online resumes of candidates.".
Снимки экрана расширения
Скачать файл CRX расширения MyRA Resume Parser
Скачайте файлы расширений MyRA Resume Parser в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
A tool to parse the your work abroad applicant(s) to MyRA
Основная информация о расширении
Название | MyRA Resume Parser |
ID | lkmehoeefloibehlodjpmbgideinhigg |
Официальный URL | https://chromewebstore.google.com/detail/myra-resume-parser/lkmehoeefloibehlodjpmbgideinhigg |
Описание | MyRA Resume Parser is an application tool for Chrome to help extract information from online resumes of candidates. |
Размер файла | 294 KB |
Количество установок | 146 |
Текущая Версия | 0.0.0.8 |
Последнее Обновление | 2021-03-24 |
Дата публикации | 2019-07-12 |
Разработчик | Quantum X, Inc. |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://www.myra.work |
Поддерживаемые языки | 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 } } |