Demand: LinkedIn Email Finder + B2B Contacts

Find Email Addresses & Mobile Numbers While Researching on the Web

O que é Demand: LinkedIn Email Finder + B2B Contacts?

Demand: LinkedIn Email Finder + B2B Contacts é uma extensão do Chrome desenvolvida por https://usedemand.com, e sua principal característica é "Find Email Addresses & Mobile Numbers While Researching on the Web".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Demand: LinkedIn Email Finder + B2B Contacts

Baixe arquivos de extensão Demand: LinkedIn Email Finder + B2B Contacts 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

                        Makes Demand easier to use by automatically retrieving your session cookies
Demand is the growth-hackers favorite weapon. The favorite tool to automate LinkedIn outreach together with Email and Social.

On our path to make Growth-hacking available to non-technical people we've decided to simplify the process of filling out your session cookies. 

This extension will automatically retrieve the session cookies of the websites you're connected to. Once you use Saleshub , just click on "Add Cookie" to fill the session cookies input field.

If you have any question about this extension, feel free to send us an email at [email protected] or directly on our support chat.                    

Informações Básicas da Extensão

Nome Demand: LinkedIn Email Finder + B2B Contacts Demand: LinkedIn Email Finder + B2B Contacts
ID hpdonlnaehfbmhaeajlppcfkngapiofj
URL Oficial https://chromewebstore.google.com/detail/demand-linkedin-email-fin/hpdonlnaehfbmhaeajlppcfkngapiofj
Descrição Find Email Addresses & Mobile Numbers While Researching on the Web
Tamanho do Arquivo 8.02 MB
Contagem de Instalações 553
Versão Atual 4.0.1
Última Atualização 2022-10-20
Data de Publicação 2020-06-10
Classificação 3.00/5 Total de 2 Avaliações
Desenvolvedor https://usedemand.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://usedemand.com
URL da Página de Ajuda https://support.usedemand.com
URL da Página de Política de Privacidade https://www.usedemand.com/privacy-policy
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "4.0.1",
    "icons": {
        "128": "img\/icon-128.png"
    },
    "browser_action": {
        "default_icon": "img\/icon-128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.salestools.io\/*",
            "*:\/\/*.usedemand.com\/*",
            "https:\/\/voogy.app\/*",
            "https:\/\/voogy.com\/*"
        ]
    },
    "permissions": [
        "cookies",
        "storage",
        "*:\/\/*.salestools.io\/*",
        "*:\/\/*.saleshub.ai\/*",
        "*:\/\/*.usedemand.com\/*",
        "*:\/\/www.linkedin.com\/*",
        "*:\/\/voogy.app\/*",
        "*:\/\/www.xing.com\/*",
        "*:\/\/*.facebook.com\/*",
        "*:\/\/github.com\/*",
        "*:\/\/*.instagram.com\/*",
        "*:\/\/*.intercom.io\/*",
        "*:\/\/*.linkedin.com\/*",
        "*:\/\/*.medium.com\/*",
        "*:\/\/*.producthunt.com\/*",
        "*:\/\/*.slack.com\/*",
        "*:\/\/*.twitter.com\/*",
        "*:\/\/*.uber.com\/*",
        "*:\/\/*.youtube.com\/*"
    ],
    "web_accessible_resources": [
        "\/*"
    ]
}