TalentScore
Hiring internationally? TalentScore makes recruiting much easier with metrics about the quality of a LinkedIn profile.
Τι είναι το TalentScore;
Το TalentScore είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον TalentScore, Inc., και η κύρια λειτουργία του είναι "Hiring internationally? TalentScore makes recruiting much easier with metrics about the quality of a LinkedIn profile.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης TalentScore
Λήψη αρχείων επέκτασης TalentScore σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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. Βασικές Πληροφορίες Επέκτασης
| Όνομα | |
| ID | bafbngkpmcimiahgchogfgodpbahmdje |
| Επίσημο URL | https://chromewebstore.google.com/detail/talentscore/bafbngkpmcimiahgchogfgodpbahmdje |
| Περιγραφή | Hiring internationally? TalentScore makes recruiting much easier with metrics about the quality of a LinkedIn profile. |
| Μέγεθος Αρχείου | 65.86 KB |
| Αριθμός Εγκαταστάσεων | 29 |
| Τρέχουσα Έκδοση | 1.0.149 |
| Τελευταία Ενημέρωση | 2024-01-18 |
| Ημερομηνία Δημοσίευσης | 2021-12-10 |
| Προγραμματιστής | TalentScore, Inc. |
| Ηλεκτρονικό ταχυδρομείο | [email protected] |
| Τύπος Πληρωμής | free |
| Ιστότοπος Επέκτασης | https://talentscore.io |
| Διεύθυνση URL της Σελίδας Βοήθειας | https://talentscore.io/contact |
| URL της Σελίδας Πολιτικής Απορρήτου | https://talentscore.io/privacy-policy |
| Υποστηριζόμενες Γλώσσες | 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"
}
} | |