TalentScore
Hiring internationally? TalentScore makes recruiting much easier with metrics about the quality of a LinkedIn profile.
Co to jest TalentScore?
TalentScore to rozszerzenie Chrome opracowane przez TalentScore, Inc., a jego główną funkcją jest „Hiring internationally? TalentScore makes recruiting much easier with metrics about the quality of a LinkedIn profile.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia TalentScore
Pobierz pliki rozszerzeń TalentScore w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | bafbngkpmcimiahgchogfgodpbahmdje |
| Oficjalny URL | https://chromewebstore.google.com/detail/talentscore/bafbngkpmcimiahgchogfgodpbahmdje |
| Opis | Hiring internationally? TalentScore makes recruiting much easier with metrics about the quality of a LinkedIn profile. |
| Rozmiar pliku | 65.86 KB |
| Liczba instalacji | 29 |
| Aktualna Wersja | 1.0.149 |
| Ostatnia Aktualizacja | 2024-01-18 |
| Data Publikacji | 2021-12-10 |
| Deweloper | TalentScore, Inc. |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://talentscore.io |
| Adres URL Strony Pomocy | https://talentscore.io/contact |
| Adres URL Strony Polityki Prywatności | https://talentscore.io/privacy-policy |
| Obsługiwane Języki | 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"
}
} | |