Clodura.AI - Free Email & Direct-Dial Finder

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

什么是Clodura.AI - Free Email & Direct-Dial Finder?

Clodura.AI - Free Email & Direct-Dial Finder是由https://clodura.ai开发的Chrome扩展程序,该扩展的主要功能是“Find emails & direct dial phone numbers of anyone on linkedin or on the web.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Clodura.AI - Free Email & Direct-Dial Finder扩展crx文件

下载Clodura.AI - Free Email & Direct-Dial Finder扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Clodura.AI - Free Email & Direct-Dial Finder Clodura.AI - Free Email & Direct-Dial Finder
ID edfgdiieipdlhkmmanhakhibhomfdjip
官方URL https://chromewebstore.google.com/detail/cloduraai-free-email-dire/edfgdiieipdlhkmmanhakhibhomfdjip
简介 Find emails & direct dial phone numbers of anyone on linkedin or on the web.
文件大小 32.35 MB
安装次数 1,681
当前版本 5.1.3.1
更新时间 2024-03-05
上架时间 2020-05-27
评分 4.20/5 共5次评分
开发者 https://clodura.ai
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.clodura.ai/
帮助页面URL https://www.clodura.ai/
隐私政策页面URL https://www.clodura.ai/privacy-policy
支持的语言 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\/*"
        ]
    }
}