Talentful.ai

The most powerful sourcing tool for hiring developers.

Talentful.aiคืออะไร?

Talentful.ai เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://talentful.ai และคุณลักษณะหลักของมันคือ "The most powerful sourcing tool for hiring developers."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Talentful.ai

ดาวน์โหลดไฟล์ส่วนขยาย Talentful.ai ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Talentful.ai is the most powerful sourcing tool for hiring great software developers, fast. We leverage machine learning and real-time public data to predict the match between complex job requirements and candidates' skills. Talentful.ai can enhance all three major hiring channels:  direct sourcing,  employee referral, and inbound applications. This Chrome Extension leverages our AI engine and real-time analysis engine to add an insight overlay for Linkedin.com's profile page. With this extension, users can view instant analyses of individuals' experience and skills related to software development. This extension also works seamlessly with Talentful's sourcing tools. To learn more about our tools, please visit https://www.talentful.ai                    

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

ชื่อ Talentful.ai Talentful.ai
ID nnokhijnbnblkbbjdmibdohggihfaonc
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/talentfulai/nnokhijnbnblkbbjdmibdohggihfaonc
คำอธิบาย The most powerful sourcing tool for hiring developers.
ขนาดไฟล์ 99.21 KB
จำนวนการติดตั้ง 88
เวอร์ชันปัจจุบัน 1.0.3
อัปเดตครั้งล่าสุด 2019-03-08
วันที่เผยแพร่ 2019-03-08
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา http://talentful.ai
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.talentful.ai
URL หน้าช่วยเหลือ https://app.talentful.ai/howto
ภาษาที่รองรับ en-US
manifest.json
{
    "manifest_version": 2,
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "name": "Talentful.ai",
    "description": "The most powerful sourcing tool for hiring developers.",
    "version": "1.0.3",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "incognito": "split",
    "web_accessible_resources": [
        "html\/*",
        "css\/*",
        "js\/*",
        "images\/*"
    ],
    "background": {
        "persistent": true,
        "scripts": [
            "js\/jquery.min.js",
            "js\/background.min.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/icon128.png",
        "default_popup": "html\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.linkedin.com\/*"
            ],
            "css": [
                "css\/content.css"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/content_linkedin.min.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "cookies",
        "tabs",
        "*:\/\/app.talentful.ai\/",
        "*:\/\/app.talentful.io\/",
        "*:\/\/localhost\/",
        "webRequest"
    ]
}