Examine source code of Name2Email: Find email by name for free

Inspect and view changes in Name2Email: Find email by name for free source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Name2Email: Find email by name for free",
  "author": "Reply",
  "version": "3.1.6",
  "description": "Find anyone's email based on their name right from Gmail for free, quickly and easily",
  "homepage_url": "https://reply.io",
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "icons": {
    "16": "16.png",
    "48": "48.png",
    "128": "128.png"
  },
  "options_ui": {
    "page": "src/layers/options/index.html",
    "open_in_tab": false
  },
  "content_scripts": [
    {
      "js": [
        "assets/gmail-inject.tsx-loader-16afb138.js"
      ],
      "matches": [
        "*://*.mail.google.com/*"
      ],
      "run_at": "document_end",
      "css": [
        "assets/chrome-storage-56ca8e1f.css"
      ]
    },
    {
      "js": [
        "assets/index.js-loader-7d4ce3b5.js"
      ],
      "matches": [
        "*://*.mail.google.com/*"
      ],
      "css": [
        "assets/index-e3f881b5.css"
      ]
    },
    {
      "js": [
        "assets/index.js-loader-6d91b4d7.js"
      ],
      "matches": [
        "*://*.mail.google.com/*"
      ],
      "all_frames": false,
      "run_at": "document_end"
    }
  ],
  "action": {
    "default_title": "Name2Email: Find email by name for free",
    "default_icon": "48.png"
  },
  "permissions": [
    "storage",
    "webRequest",
    "identity",
    "scripting",
    "alarms"
  ],
  "host_permissions": [
    "*://name2email.com/*",
    "*://mail.google.com/*",
    "*://contacts.google.com/*",
    "*://run.replyapp-stage.net/*",
    "*://api.reply.io/*"
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlbnt+d7GZEeYYJlUdKaeBrf46DNr1Q0UhqoV+8GVH0JIaLFaDGYN+vdgqIlDqkE1DvyYsolU7Y/XGraoJrkUWc7WRJR6rStSoChIAs7c6c3ZPdlCcvznwVrTjdQf0SskYMfVS0kB3kFiE+GWfh3Uv90CnGI27oVBtHU4po4RtWmo4ew9E05jZRKzEUsFmcqSGekav6mS2CvFSJDc3IXfdPYCpmUmBRBKTlCB+/SZcF7ZP1hBaPawe4lb6MEjTZSKGQbAbaOL6E/jv+1GHU/YcBlPw8Dci5MBrXDceqtvIq2gd6zRQFqeTakarNaElLWl6UfMutdcWO6NPxKZ4GQEdQIDAQAB",
  "oauth2": {
    "client_id": "149051382709-nbe445um77l035ismsnl4mnc9pqtsjmt.apps.googleusercontent.com",
    "scopes": [
      "profile",
      "email",
      "openid"
    ]
  },
  "web_accessible_resources": [
    {
      "matches": [
        "*://*.mail.google.com/*"
      ],
      "resources": [
        "assets/overview-bf5ab107.gif",
        "assets/data-banner-preview-80dc933e.jpg",
        "assets/chrome-storage-345b21b1.js",
        "assets/messages-566ec3f1.js",
        "assets/storage-4a6fba26.js",
        "assets/email-cc149ed8.js",
        "assets/en-e37ceb6f.js",
        "assets/gmail-inject.tsx-2cba44a7.js",
        "assets/index.js-c647801a.js",
        "assets/index.js-cdb83911.js"
      ],
      "use_dynamic_url": false
    }
  ]
}