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
官方網址 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\/*"
        ]
    }
}