TalentScore
Hiring internationally? TalentScore makes recruiting much easier with metrics about the quality of a LinkedIn profile.
Vad är TalentScore?
TalentScore är en Chrome-tillägg utvecklad av TalentScore, Inc., och dess huvudfunktion är "Hiring internationally? TalentScore makes recruiting much easier with metrics about the quality of a LinkedIn profile.".
Tilläggsskärmbilder
Ladda ner TalentScore-förlängningens CRX-fil
Ladda ner TalentScore-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | TalentScore |
ID | bafbngkpmcimiahgchogfgodpbahmdje |
Officiell webbadress | https://chromewebstore.google.com/detail/talentscore/bafbngkpmcimiahgchogfgodpbahmdje |
Beskrivning | Hiring internationally? TalentScore makes recruiting much easier with metrics about the quality of a LinkedIn profile. |
Filstorlek | 65.86 KB |
Antal Installationer | 29 |
Aktuell Version | 1.0.149 |
Senast Uppdaterad | 2024-01-18 |
Publiceringsdatum | 2021-12-10 |
Utvecklare | TalentScore, Inc. |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://talentscore.io |
Hjälpsida URL | https://talentscore.io/contact |
URL till Sekretesspolicy Sidan | https://talentscore.io/privacy-policy |
Stödda Språk | 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" } } |