Clodura.AI - Free Email & Direct-Dial Finder

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

Qu'est-ce que Clodura.AI - Free Email & Direct-Dial Finder ?

Clodura.AI - Free Email & Direct-Dial Finder est une extension Chrome développée par https://clodura.ai, et sa fonction principale est "Find emails & direct dial phone numbers of anyone on linkedin or on the web.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Clodura.AI - Free Email & Direct-Dial Finder

Téléchargez les fichiers d'extension Clodura.AI - Free Email & Direct-Dial Finder au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Clodura.AI - Free Email & Direct-Dial Finder Clodura.AI - Free Email & Direct-Dial Finder
ID edfgdiieipdlhkmmanhakhibhomfdjip
URL Officiel 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.
Taille du Fichier 32.35 MB
Nombre d'Installations 1,681
Version Actuelle 5.1.3.1
Dernière Mise à Jour 2024-03-05
Date de Publication 2020-05-27
Évaluation 4.20/5 Total 5 Évaluations
Développeur https://clodura.ai
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.clodura.ai/
URL de la Page d'Aide https://www.clodura.ai/
URL de la Page de Politique de Confidentialité https://www.clodura.ai/privacy-policy
Langues Prises en Charge 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\/*"
        ]
    }
}