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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 } } |