Teamtailor sourcing

Source candidates to your Teamtailor account

O que é Teamtailor sourcing?

Teamtailor sourcing é uma extensão do Chrome desenvolvida por https://www.teamtailor.com, e sua principal característica é "Source candidates to your Teamtailor account".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Teamtailor sourcing

Baixe arquivos de extensão Teamtailor sourcing 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

                        This Teamtailor Chrome Extension makes it possible to add a candidate to Teamtailor from whichever site you’re browsing.

When you see a person that you want to add, simply click the Teamtailor extension in Chrome and add the candidate. Add information like which job you want to add them to, give them a rating and write a note. Smooth and simple, without having to leave the page where you found the candidate.

In Teamtailor, you and your team will be able to see on the candidate profile what page you found the candidate on.

Add candidates within seconds with this extension and make your candidate sourcing better.                    

Informações Básicas da Extensão

Nome Teamtailor sourcing Teamtailor sourcing
ID bdmknahgkndejbjefgbkghhpnabglhlp
URL Oficial https://chromewebstore.google.com/detail/teamtailor-sourcing/bdmknahgkndejbjefgbkghhpnabglhlp
Descrição Source candidates to your Teamtailor account
Tamanho do Arquivo 145 KB
Contagem de Instalações 4,690
Versão Atual 22.10.18.2158
Última Atualização 2022-10-18
Data de Publicação 2019-10-17
Classificação 3.80/5 Total de 5 Avaliações
Desenvolvedor https://www.teamtailor.com
Email [email protected]
Tipo de Pagamento free
URL da Página de Ajuda https://support.teamtailor.com/
URL da Página de Política de Privacidade https://www.teamtailor.com/en/privacy-policy
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Teamtailor sourcing",
    "description": "Source candidates to your Teamtailor account",
    "version": "22.10.18.2158",
    "homepage_url": "https:\/\/www.teamtailor.com",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "icons": {
        "48": "icon48x48.png",
        "128": "icon128x128.png"
    },
    "applications": {
        "gecko": {
            "id": "{f095aff1-cc2e-4577-9cb5-d6d981ca0a60}"
        }
    },
    "permissions": [
        "activeTab",
        "storage",
        "https:\/\/*.teamtailor.com\/*",
        "*:\/\/*.teamtailor.localhost\/*",
        "https:\/\/*.s3.eu-west-1.amazonaws.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "browser-polyfill.min.js",
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "browser-polyfill.min.js",
            "background.js"
        ],
        "persistent": false
    }
}