Clodura.AI - Free Email & Direct-Dial Finder

Find emails & direct dial phone numbers of anyone on linkedin or on the web.

O que é Clodura.AI - Free Email & Direct-Dial Finder?

Clodura.AI - Free Email & Direct-Dial Finder é uma extensão do Chrome desenvolvida por https://clodura.ai, e sua principal característica é "Find emails & direct dial phone numbers of anyone on linkedin or on the web.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Clodura.AI - Free Email & Direct-Dial Finder

Baixe arquivos de extensão Clodura.AI - Free Email & Direct-Dial 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

                        With Clodura’s Chrome browser extension, you can directly add companies & contacts from LinkedIn or on the Web to Clodura.AI. And you can seamlessly push single, multiple or bulk contacts at one go.
Once your target list from LinkedIn or Web is pushed to Clodura.AI, you unlock every bit of hidden info that you require to connect with your decision-makers.

With just one click, you can find the email address of anyone on the web. And much more, such as:
    1. Direct dial number
    2. Other contact within the company
    3. Technology landscape of the company
    4. Project requirements
    5. Hiring Areas
    6. And of course verified email                    

Informações Básicas da Extensão

Nome Clodura.AI - Free Email & Direct-Dial Finder Clodura.AI - Free Email & Direct-Dial Finder
ID edfgdiieipdlhkmmanhakhibhomfdjip
URL Oficial https://chromewebstore.google.com/detail/cloduraai-free-email-dire/edfgdiieipdlhkmmanhakhibhomfdjip
Descrição Find emails & direct dial phone numbers of anyone on linkedin or on the web.
Tamanho do Arquivo 32.35 MB
Contagem de Instalações 1,681
Versão Atual 5.1.3.1
Última Atualização 2024-03-05
Data de Publicação 2020-05-27
Classificação 4.20/5 Total de 5 Avaliações
Desenvolvedor https://clodura.ai
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.clodura.ai/
URL da Página de Ajuda https://www.clodura.ai/
URL da Página de Política de Privacidade https://www.clodura.ai/privacy-policy
Idiomas Suportados en-US
manifest.json
{
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvh6UuCO0TbEe6N4vEaryj4DygBkLi5bREGRdWQFt35q6+iehedC6JTSHOQa2Sydi0O3yPPQ90ESxpi2d8GSaLhXx8hKzF5Kx07aqa2F5\/w0Yb2v5zvGmhubEuN7ZUnqvvCLzq0ScOMbDv6SbZjScpcXYqR16BUL8d9rLJ+CZSdIHAuY7pKzZumVpVVu2\/L3u31\/GA3TCUFcWYJG4YB\/XPUkmiK6OWpB3wL+m6Tu9tnBuKjanfJnBvEjYATRXtAmnH2hpXUA7PhmehlgJrjHHrYFd6CGBOWNCWX1CNqlBkz7\/fuZRo1aHN0K+oiSS6f7PQXQwdgzw78+KuPpx0\/Uq8wIDAQAB",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": [],
        "default_title": "Clodura.AI"
    },
    "content_scripts": [
        {
            "css": [],
            "js": [
                "content-script.js",
                "scrape-prospect.js",
                "scrape-company.js",
                "scroll-event-handlers.js"
            ],
            "all_frames": false,
            "run_at": "document_start",
            "matches": [
                "",
                "http:\/\/*\/",
                "https:\/\/*\/"
            ],
            "exclude_matches": [
                "file:\/\/*",
                "*:\/\/*\/search?q*",
                "*:\/\/www.google.com\/search?*",
                "*:\/\/accounts.google.com\/*",
                "*:\/\/login.microsoftonline.com\/*",
                "*:\/\/login.yahoo.com\/*",
                "*:\/\/*\/mail\/*",
                "*:\/\/dev.c5.clodura.com\/*",
                "*:\/\/c22.clodura.com\/*",
                "*:\/\/clodura.atlassian.net\/*",
                "*:\/\/gitlab.com\/*",
                "*:\/\/about.gitlab.com\/*",
                "*:\/\/app.clodura.ai\/*",
                "*:\/\/*.googleusercontent.com\/*",
                "*:\/\/localhost:*\/*"
            ]
        }
    ],
    "description": "Find emails & direct dial phone numbers of anyone on linkedin or on the web.",
    "icons": {
        "16": "assets\/favicon.ico\/c-logo2.png",
        "48": "assets\/favicon.ico\/c-logo2.png",
        "128": "assets\/favicon.ico\/c-logo2.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "30",
    "name": "Clodura.AI - Free Email & Direct-Dial Finder",
    "permissions": [
        "tabs",
        "storage",
        "",
        "https:\/\/*\/",
        "http:\/\/*\/",
        "webNavigation"
    ],
    "short_name": "Clodura.AI",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "5.1.3.1",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "web_accessible_resources": [
        "index.html",
        "XMLHttpRequestHandler.js"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.localhost\/*",
            "*:\/\/*.clodura.ai\/*"
        ]
    }
}