Talentful.ai

The most powerful sourcing tool for hiring developers.

什么是Talentful.ai?

Talentful.ai是由http://talentful.ai开发的Chrome扩展程序,该扩展的主要功能是“The most powerful sourcing tool for hiring developers.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Talentful.ai扩展crx文件

下载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"
    ]
}