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 |
| Eメール | [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"
}
} | |