TalentScore
Hiring internationally? TalentScore makes recruiting much easier with metrics about the quality of a LinkedIn profile.
Wat is TalentScore?
TalentScore is een Chrome-extensie ontwikkeld door TalentScore, Inc., en de belangrijkste functie is "Hiring internationally? TalentScore makes recruiting much easier with metrics about the quality of a LinkedIn profile.".
Extensie Screenshots
Download het CRX-bestand van de extensie TalentScore
Download TalentScore-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Hiring internationally? TalentScore makes recruiting much easier with metrics about the quality of a LinkedIn profile. Install the plugin, then navigate to a LinkedIn profile to see insights about the academic background, companies worked for, English proficiency and resume quality. Basisinformatie over de Extensie
| Naam | |
| ID | bafbngkpmcimiahgchogfgodpbahmdje |
| Officiële URL | https://chromewebstore.google.com/detail/talentscore/bafbngkpmcimiahgchogfgodpbahmdje |
| Beschrijving | Hiring internationally? TalentScore makes recruiting much easier with metrics about the quality of a LinkedIn profile. |
| Bestandsgrootte | 65.86 KB |
| Aantal Installaties | 29 |
| Huidige Versie | 1.0.149 |
| Laatst Bijgewerkt | 2024-01-18 |
| Publicatiedatum | 2021-12-10 |
| Ontwikkelaar | TalentScore, Inc. |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://talentscore.io |
| Help Pagina-URL | https://talentscore.io/contact |
| URL van de Privacybeleid Pagina | https://talentscore.io/privacy-policy |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "TalentScore",
"version": "1.0.149",
"manifest_version": 3,
"description": "Hiring internationally? TalentScore makes recruiting much easier with metrics about the quality of a LinkedIn profile.",
"content_scripts": [
{
"js": [
"content-scripts\/create-app.js"
],
"css": [
"assets\/extension.css"
],
"matches": [
"https:\/\/*.linkedin.com\/*"
]
}
],
"background": {
"service_worker": "background.js"
},
"action": [],
"permissions": [
"scripting",
"tabs"
],
"host_permissions": [
"https:\/\/*.linkedin.com\/*"
],
"icons": {
"16": "assets\/png\/chromestore_logo\/chromestore16x16.png",
"48": "assets\/png\/chromestore_logo\/chromestore48x48.png",
"128": "assets\/png\/chromestore_logo\/chromestore128x128.png"
}
} | |