TalentScore
Hiring internationally? TalentScore makes recruiting much easier with metrics about the quality of a LinkedIn profile.
Cos'è TalentScore?
TalentScore è un'estensione di Chrome sviluppata da TalentScore, Inc., e la sua funzione principale è "Hiring internationally? TalentScore makes recruiting much easier with metrics about the quality of a LinkedIn profile.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione TalentScore
Scarica i file di estensione TalentScore in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | bafbngkpmcimiahgchogfgodpbahmdje |
| URL Ufficiale | https://chromewebstore.google.com/detail/talentscore/bafbngkpmcimiahgchogfgodpbahmdje |
| Descrizione | Hiring internationally? TalentScore makes recruiting much easier with metrics about the quality of a LinkedIn profile. |
| Dimensione del File | 65.86 KB |
| Conteggio Installazioni | 29 |
| Versione Corrente | 1.0.149 |
| Ultimo Aggiornamento | 2024-01-18 |
| Data di Pubblicazione | 2021-12-10 |
| Sviluppatore | TalentScore, Inc. |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://talentscore.io |
| URL della Pagina di Aiuto | https://talentscore.io/contact |
| URL della Pagina della Politica sulla Privacy | https://talentscore.io/privacy-policy |
| Lingue Supportate | 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"
}
} | |