Resume Analyser
Summarize information about resumes
ما هو Resume Analyser؟
Resume Analyser هو إضافة Chrome تم تطويرها بواسطة Agency Enterprise، والميزة الرئيسية لها هي "Summarize information about resumes".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Resume Analyser
قم بتنزيل ملفات الامتداد Resume Analyser بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Quickly find all relevant keywords in a resume and categorize them, allowing recruiters to make decisions way faster.
معلومات أساسية عن التمديد
الاسم | Resume Analyser |
ID | elmcigdcojionkbdpfkdonjcpibmlmnc |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/resume-analyser/elmcigdcojionkbdpfkdonjcpibmlmnc |
الوصف | Summarize information about resumes |
حجم الملف | 207 KB |
عدد التثبيتات | 54 |
النسخة الحالية | 1.0.1 |
آخر تحديث | 2021-11-18 |
تاريخ النشر | 2021-11-14 |
المطور | Agency Enterprise |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://ae.studio |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Resume Analyser", "description": "Summarize information about resumes", "version": "1.0.1", "action": { "default_popup": "index.html", "default_title": "Analyze" }, "icons": { "16": "logo192.png", "48": "logo192.png", "128": "logo192.png" }, "permissions": [ "activeTab" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ ".\/static\/js\/content.js" ] } ] } |