Talentful.ai

The most powerful sourcing tool for hiring developers.

O que é Talentful.ai?

Talentful.ai é uma extensão do Chrome desenvolvida por http://talentful.ai, e sua principal característica é "The most powerful sourcing tool for hiring developers.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Talentful.ai

Baixe arquivos de extensão Talentful.ai no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Talentful.ai Talentful.ai
ID nnokhijnbnblkbbjdmibdohggihfaonc
URL Oficial https://chrome.google.com/webstore/detail/talentfulai/nnokhijnbnblkbbjdmibdohggihfaonc
Descrição The most powerful sourcing tool for hiring developers.
Tamanho do Arquivo 99.21 KB
Contagem de Instalações 88
Versão Atual 1.0.3
Última Atualização 2019-03-08
Data de Publicação 2019-03-08
Classificação 5.00/5 Total de 4 Avaliações
Desenvolvedor http://talentful.ai
Tipo de Pagamento free
Site da Extensão https://www.talentful.ai
URL da Página de Ajuda https://app.talentful.ai/howto
Idiomas Suportados 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"
    ]
}