Talendary
Supercharge your LinkedIn Recruiter experience using AI.
ما هو Talendary؟
Talendary هو إضافة Chrome تم تطويرها بواسطة https://talendary.com، والميزة الرئيسية لها هي "Supercharge your LinkedIn Recruiter experience using AI.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Talendary
قم بتنزيل ملفات الامتداد Talendary بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Chrome Extension for the Talendary web application. It is a quicker way for recruiters and hiring managers to match CVs with job descriptions when browsing online. The tool can also be used to generate outreach messages.
معلومات أساسية عن التمديد
الاسم | Talendary |
ID | bmcooeoofkmnbmlbnkhlfiepoekipkcj |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/talendary/bmcooeoofkmnbmlbnkhlfiepoekipkcj |
الوصف | Supercharge your LinkedIn Recruiter experience using AI. |
حجم الملف | 460 KB |
عدد التثبيتات | 56 |
النسخة الحالية | 2.2.8 |
آخر تحديث | 2024-03-04 |
تاريخ النشر | 2023-10-05 |
تقييم | 4.75/5 مجموع تقييمات 4 |
المطور | https://talendary.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة سياسة الخصوصية | http://privacy.talendary.com |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Talendary", "description": "Supercharge your LinkedIn Recruiter experience using AI.", "version": "2.2.8", "action": { "default_popup": "popup.html" }, "permissions": [ "*:\/\/*.linkedin.com\/*", "identity", "activeTab", "scripting", "storage", "tabs" ], "oauth2": { "client_id": "309564921689-gspvub53bhdivbfvqtqkqio16416d272.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/userinfo.email" ] }, "icons": { "16": "icons\/favicon-16x16.png", "32": "icons\/favicon-32x32.png", "48": "icons\/favicon-48x48.png", "128": "icons\/favicon-128x128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.linkedin.com\/in\/*" ], "js": [ "content_scripts\/content_header.js", "content_scripts\/notification.js", "content_scripts\/moduleStates.js", "content_scripts\/content_profile.js", "content_scripts\/content_texthighlight.js" ] }, { "matches": [ "https:\/\/www.linkedin.com\/talent\/*" ], "js": [ "content_scripts\/content_recruiter_header.js", "content_scripts\/notification.js", "content_scripts\/r_moduleStates.js", "content_scripts\/content_recruiter.js", "content_scripts\/content_texthighlight.js", "content_scripts\/inject_style.js", "content_scripts\/content_console.js" ] } ], "web_accessible_resources": [ { "resources": [ "content_scripts\/*", "style.css", "icons\/*" ], "matches": [ "https:\/\/www.linkedin.com\/*" ] } ], "background": { "service_worker": "background.js" } } |