Clodura.AI - Free Email & Direct-Dial Finder

Clodura.AI - Free Email & Direct-Dial Finder

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

Merlin
Additional files are visible only to premium users

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": [
        "<all_urls>",
        "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",
    "<all_urls>",
    "https://*/",
    "http://*/",
    "webNavigation"
  ],
  "short_name": "Clodura.AI",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "5.1.3.3",
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "web_accessible_resources": [
    "index.html",
    "XMLHttpRequestHandler.js"
  ],
  "externally_connectable": {
    "matches": [
      "*://*.localhost/*",
      "*://*.clodura.ai/*"
    ]
  }
}