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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย 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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ 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
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"
    }
}