TalentScore
Hiring internationally? TalentScore makes recruiting much easier with metrics about the quality of a LinkedIn profile.
Was ist TalentScore?
TalentScore ist eine Chrome-Erweiterung, die von TalentScore, Inc. entwickelt wurde, und ihr Hauptmerkmal ist "Hiring internationally? TalentScore makes recruiting much easier with metrics about the quality of a LinkedIn profile.".
Erweiterungsscreenshots
TalentScore-Erweiterungs-CRX-Datei herunterladen
Laden Sie TalentScore-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | TalentScore |
ID | bafbngkpmcimiahgchogfgodpbahmdje |
Offizielle URL | https://chromewebstore.google.com/detail/talentscore/bafbngkpmcimiahgchogfgodpbahmdje |
Beschreibung | Hiring internationally? TalentScore makes recruiting much easier with metrics about the quality of a LinkedIn profile. |
Dateigröße | 65.86 KB |
Installationsanzahl | 29 |
Aktuelle Version | 1.0.149 |
Letztes Update | 2024-01-18 |
Veröffentlichungsdatum | 2021-12-10 |
Entwickler | TalentScore, Inc. |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://talentscore.io |
Hilfeseite URL | https://talentscore.io/contact |
URL der Datenschutzrichtlinien-Seite | https://talentscore.io/privacy-policy |
Unterstützte Sprachen | 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" } } |