HrFlow.ai Profile Parsing
To import profiles from webpages
ما هو HrFlow.ai Profile Parsing؟
HrFlow.ai Profile Parsing هو إضافة Chrome تم تطويرها بواسطة https://hrflow.ai، والميزة الرئيسية لها هي "To import profiles from webpages".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة HrFlow.ai Profile Parsing
قم بتنزيل ملفات الامتداد HrFlow.ai Profile Parsing بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Easily import profiles and resumes from any webpage or professional social networks into HrFlow .
معلومات أساسية عن التمديد
الاسم | HrFlow.ai Profile Parsing |
ID | dddghlgnfegkjcmgenddppbamddoeoda |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/hrflowai-profile-parsing/dddghlgnfegkjcmgenddppbamddoeoda |
الوصف | To import profiles from webpages |
حجم الملف | 431 KB |
عدد التثبيتات | 116 |
النسخة الحالية | 7.0.0 |
آخر تحديث | 2023-11-10 |
تاريخ النشر | 2019-06-26 |
تقييم | 5.00/5 مجموع تقييمات 3 |
المطور | https://hrflow.ai |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://hrflow.ai |
عنوان صفحة المساعدة | https://help.hrflow.ai |
عنوان صفحة سياسة الخصوصية | http://help.hrflow.ai/en/articles/4418910-privacy-policy |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "HrFlow.ai Profile Parsing", "version": "7.0.0", "description": "To import profiles from webpages", "icons": { "38": "38.png", "48": "48.png", "96": "96.png", "128": "128.png" }, "action": { "default_icon": "icon.png", "default_popup": "src\/pages\/popup\/index.html", "default_title": "HrFlow.ai Profile Parsing" }, "options_page": "src\/pages\/options\/index.html", "permissions": [ "tabs", "scripting" ], "host_permissions": [ "*:\/\/reveal.hrflow.ai\/*", "https:\/\/hrflow.ai\/*", "https:\/\/*.hrflow.ai\/*", "https:\/\/*.hrflow.ai\/*", "https:\/\/www.hrflow.ai\/*", "https:\/\/linkedin.com\/in\/*", "https:\/\/www.linkedin.com\/in\/*", "https:\/\/api.segment.io\/v1\/*" ], "background": { "service_worker": "src\/pages\/background\/index.js", "type": "module" }, "content_scripts": [ { "run_at": "document_idle", "matches": [ "https:\/\/*.linkedin.com\/*" ], "js": [ "src\/pages\/content\/index.js" ], "css": [ "assets\/css\/contentStyle16995093031.chunk.css" ] } ], "devtools_page": "src\/pages\/devtools\/index.html", "web_accessible_resources": [ { "resources": [ "assets\/js\/*.js", "assets\/css\/*.css", "riminder.png" ], "matches": [ " |