Clodura.AI - Free Email & Direct-Dial Finder

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

What is Clodura.AI - Free Email & Direct-Dial Finder?

Clodura.AI - Free Email & Direct-Dial Finder is a Chrome extension developed by https://clodura.ai, and its main feature is "Find emails & direct dial phone numbers of anyone on linkedin or on the web.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Clodura.AI - Free Email & Direct-Dial Finder Extension CRX File

Download Clodura.AI - Free Email & Direct-Dial Finder extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Clodura.AI - Free Email & Direct-Dial Finder Clodura.AI - Free Email & Direct-Dial Finder
ID edfgdiieipdlhkmmanhakhibhomfdjip
Official URL https://chromewebstore.google.com/detail/cloduraai-free-email-dire/edfgdiieipdlhkmmanhakhibhomfdjip
Description Find emails & direct dial phone numbers of anyone on linkedin or on the web.
File Size 32.35 MB
Installation Count 1,681
Current Version 5.1.3.1
Last Updated 2024-03-05
Publish Date 2020-05-27
Rating 4.20/5 Total 5 Ratings
Developer https://clodura.ai
Email [email protected]
Payment Type free
Extension Website https://www.clodura.ai/
Help Page URL https://www.clodura.ai/
Privacy Policy Page URL https://www.clodura.ai/privacy-policy
Supported Languages 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\/*"
        ]
    }
}