TalentScore

Hiring internationally? TalentScore makes recruiting much easier with metrics about the quality of a LinkedIn profile.

Apa itu TalentScore?

TalentScore adalah ekstensi Chrome yang dikembangkan oleh TalentScore, Inc., dan fitur utamanya adalah "Hiring internationally? TalentScore makes recruiting much easier with metrics about the quality of a LinkedIn profile.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi TalentScore

Unduh file ekstensi TalentScore dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama TalentScore TalentScore
ID bafbngkpmcimiahgchogfgodpbahmdje
URL Resmi https://chromewebstore.google.com/detail/talentscore/bafbngkpmcimiahgchogfgodpbahmdje
Deskripsi Hiring internationally? TalentScore makes recruiting much easier with metrics about the quality of a LinkedIn profile.
Ukuran File 65.86 KB
Jumlah Instalasi 29
Versi Saat Ini 1.0.149
Terakhir Diperbarui 2024-01-18
Tanggal Publikasi 2021-12-10
Pengembang TalentScore, Inc.
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://talentscore.io
URL Halaman Bantuan https://talentscore.io/contact
URL Halaman Kebijakan Privasi https://talentscore.io/privacy-policy
Bahasa yang Didukung 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"
    }
}