Talendary
Supercharge your LinkedIn Recruiter experience using AI.
什么是Talendary?
Talendary是由https://talendary.com开发的Chrome扩展程序,该扩展的主要功能是“Supercharge your LinkedIn Recruiter experience using AI.”。
扩展截图
下载Talendary扩展crx文件
下载Talendary扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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. 扩展基本信息
| 名称 | |
| 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 |
| 隐私政策页面URL | 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"
}
} | |