Tech Recruiting Email Finder by developerDB

Tech Recruiting Email Finder by developerDB

Find tech talent’s personal emails, tech skills ranking, and other info. For LinkedIn, GitHub, Twitter, Facebook, Stack Overflow

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "author": "developerDB | Stefan Stanic",
  "name": "Tech Recruiting Email Finder by developerDB",
  "description": "Find tech talent’s personal emails, tech skills ranking, and other info. For LinkedIn, GitHub, Twitter, Facebook, Stack Overflow",
  "version": "1.2.6",
  "browser_action": {
    "default_icon": "Database_3.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "Database_3.png",
    "48": "Database_3.png",
    "128": "Database_3.png"
  },
  "background": {
    "scripts": [
      "jquery.js",
      "cookie.js",
      "bootstrap.js",
      "background.js"
    ],
    "persistent": false
  },
  "permissions": [
    "tabs",
    "https://*/*"
  ],
  "content_security_policy": "script-src 'self' https://ajax.googleapis.com; object-src 'self'"
}