LinkedIn Finder

Powerful LinkedIn Profile Search Shortcut for Facebook and MeetUp users! Optimize your time, productivity and expand connections.

O que é LinkedIn Finder?

LinkedIn Finder é uma extensão do Chrome desenvolvida por helmarluizjr, e sua principal característica é "Powerful LinkedIn Profile Search Shortcut for Facebook and MeetUp users! Optimize your time, productivity and expand connections.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão LinkedIn Finder

Baixe arquivos de extensão LinkedIn Finder 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

                        Focusing on optimizing LinkedIn Users’ time and productivity, combined with better prospecting, we built LinkedIn Finder. Expand your LinkedIn Connections and find any person with one click.


From FB and MeetUp interface, we present a one-click function to easily find users, from a segment, on LinkedIn. Now, you can connect with people with the same interest, members from the same groups or even nearby you.                    

Informações Básicas da Extensão

Nome LinkedIn Finder LinkedIn Finder
ID paoenkdapheefbfbkjhfeodpjfmfeehg
URL Oficial https://chrome.google.com/webstore/detail/linkedin-finder/paoenkdapheefbfbkjhfeodpjfmfeehg
Descrição Powerful LinkedIn Profile Search Shortcut for Facebook and MeetUp users! Optimize your time, productivity and expand connections.
Tamanho do Arquivo 29.67 KB
Contagem de Instalações 51
Versão Atual 1.0.1
Última Atualização 2021-01-01
Data de Publicação 2020-12-31
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor helmarluizjr
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "LinkedIn Finder",
    "version": "1.0.1",
    "description": "Powerful LinkedIn Profile Search Shortcut for Facebook and MeetUp users! Optimize your time, productivity and expand connections.",
    "content_scripts": [
        {
            "js": [
                "assets\/content-e0a4c960.js"
            ],
            "matches": [
                "*:\/\/*.meetup.com\/*",
                "*:\/\/*.facebook.com\/*"
            ]
        }
    ],
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "64": "images\/icon64.png",
        "128": "images\/icon128.png"
    },
    "permissions": [],
    "web_accessible_resources": [
        "content.js"
    ]
}