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.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة TalentScore

قم بتنزيل ملفات الامتداد TalentScore بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم TalentScore TalentScore
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
عنوان صفحة المساعدة https://talentscore.io/contact
عنوان صفحة سياسة الخصوصية 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"
    }
}