TalentScore
Hiring internationally? TalentScore makes recruiting much easier with metrics about the quality of a LinkedIn profile.
Qu'est-ce que TalentScore ?
TalentScore est une extension Chrome développée par TalentScore, Inc., et sa fonction principale est "Hiring internationally? TalentScore makes recruiting much easier with metrics about the quality of a LinkedIn profile.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension TalentScore
Téléchargez les fichiers d'extension TalentScore au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | TalentScore |
ID | bafbngkpmcimiahgchogfgodpbahmdje |
URL Officiel | https://chromewebstore.google.com/detail/talentscore/bafbngkpmcimiahgchogfgodpbahmdje |
Description | Hiring internationally? TalentScore makes recruiting much easier with metrics about the quality of a LinkedIn profile. |
Taille du Fichier | 65.86 KB |
Nombre d'Installations | 29 |
Version Actuelle | 1.0.149 |
Dernière Mise à Jour | 2024-01-18 |
Date de Publication | 2021-12-10 |
Développeur | TalentScore, Inc. |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://talentscore.io |
URL de la Page d'Aide | https://talentscore.io/contact |
URL de la Page de Politique de Confidentialité | https://talentscore.io/privacy-policy |
Langues Prises en Charge | 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" } } |