Linkedly

Linkedly is a chrome extension that helps you find the most relevant LinkedIn profiles for your target companies.

O que é Linkedly?

Linkedly é uma extensão do Chrome desenvolvida por https://linkedly.app, e sua principal característica é "Linkedly is a chrome extension that helps you find the most relevant LinkedIn profiles for your target companies.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Linkedly

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

                        Linkedly is a networking tool that enhances your chances of receiving responses while networking, and it also assists in keeping track of your outreach efforts.

It features:
- Personalized reach-out message generator using Chat GPT
- Email Address generator
- List builder of people you have reached out to
- Download built lists to Excel                    

Informações Básicas da Extensão

Nome Linkedly Linkedly
ID imogamaabehbgfjmddalkhmimcnmfmid
URL Oficial https://chromewebstore.google.com/detail/linkedly/imogamaabehbgfjmddalkhmimcnmfmid
Descrição Linkedly is a chrome extension that helps you find the most relevant LinkedIn profiles for your target companies.
Tamanho do Arquivo 34.88 KB
Contagem de Instalações 52
Versão Atual 1.1.0
Última Atualização 2023-07-29
Data de Publicação 2023-07-07
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor https://linkedly.app
Email [email protected]
Tipo de Pagamento in_app
Site da Extensão https://linkedly.app/
URL da Página de Ajuda https://linkedly.app/support.html
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Linkedly",
    "version": "1.1.0",
    "description": "Linkedly is a chrome extension that helps you find the most relevant LinkedIn profiles for your target companies.",
    "permissions": [
        "tabs",
        "storage",
        "identity"
    ],
    "action": {
        "default_popup": "pageLoading\/loading.html",
        "default_icon": {
            "128": "images\/chainlogoblacksmall.png"
        }
    },
    "oauth2": {
        "client_id": "434880350039-oa4f7bc3k4shqjq5ev3edhvcj3itjvdv.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    },
    "background": {
        "service_worker": "background.js"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*\/*",
            "http:\/\/*\/*"
        ]
    },
    "host_permissions": [
        "https:\/\/www.linkedin.com\/in\/*",
        "http:\/\/www.linkedin.com\/in\/*",
        "https:\/\/linkedly.app\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.linkedin.com\/in\/*",
                "http:\/\/www.linkedin.com\/in\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}