{"id":17177494,"url":"https://github.com/sangaline/email-spy","last_synced_at":"2025-04-13T16:30:51.158Z","repository":{"id":44745800,"uuid":"89658363","full_name":"sangaline/email-spy","owner":"sangaline","description":"A browser extension that lets you find email addresses for any domain with a single click.","archived":false,"fork":false,"pushed_at":"2017-05-17T01:11:42.000Z","size":1014,"stargazers_count":71,"open_issues_count":1,"forks_count":13,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-03-27T07:35:54.824Z","etag":null,"topics":["chrome-extension","emails","firefox-addon","javascript","lead-generation","marketing-automation","web-extension"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sangaline.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-04-28T02:14:58.000Z","updated_at":"2024-12-03T02:33:03.000Z","dependencies_parsed_at":"2022-09-23T04:44:10.524Z","dependency_job_id":null,"html_url":"https://github.com/sangaline/email-spy","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sangaline%2Femail-spy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sangaline%2Femail-spy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sangaline%2Femail-spy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sangaline%2Femail-spy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sangaline","download_url":"https://codeload.github.com/sangaline/email-spy/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248743684,"owners_count":21154718,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["chrome-extension","emails","firefox-addon","javascript","lead-generation","marketing-automation","web-extension"],"created_at":"2024-10-15T00:04:13.518Z","updated_at":"2025-04-13T16:30:50.790Z","avatar_url":"https://github.com/sangaline.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Email Spy](img/logo.png)\n\n\n*If you need a more customized solution for lead-generation then you should check out [Intoli](https://intoli.com).*\n*We aggregate data from numerous sources to help companies with marketing, competitor research, and product development.*\n*We would love to [talk more about how Intoli can work with your business](https://intoli.com/contact).*\n\n\n# Email Spy\n\nEmail Spy is a browser extension that lets you find email addresses for any domain with a single click.\nThis can be very useful when doing marketing and lead-generation research for your business.\nEven if there's an easy to find contact email or form on a company's website, it is often much more effective to target your email to the correct person.\n\n## Features\n\n- Works with both Chrome and Firefox.\n- Finds email addresses with a single click.\n- Supports email templates to prepopulate email drafts.\n- Completely free and open source.\n- Easily extendable with React and ES6.\n\n## Installation\n\nThe extension can be installed drectly from the [Chrome Web Store](https://chrome.google.com/webstore/detail/iljlpblbhbalekegomdbbilibeahankm) for Google Chrome users and from the [Addons.Mozilla.Org](https://addons.mozilla.org/en-US/firefox/addon/email-spy/) for Firefox users (*note that the Firefox add-on is currently pending review by the Mozilla team*).\nMicrosoft Edge is not currently supported but it might be in the future if enough people express interest.\n\n## Features and Usage\n\n### Basic Usage\n\nOnce installed, the Email Spy extension will add an icon to the toolbar of your browser window that looks like this.\n\n![Small toolbar icon](img/screenshots/small-toolbar-icon.png)\n\nClicking on the icon will begin a search for email addresses at the domain of the website that's open in the current browser tab.\nThe results look like this\n\n![Search results](img/screenshots/results.png)\n\nand each email address is a `mailto:` link that will open in your email application.\n\nThe numbers next to each email address represent the number of references to that email address that were found.\nClicking on the expansion arrow to the left of an email address allows you to see a list of the URLs where the email address was referenced.\nYou can click on any of these URLs to open them in a new tab for further inspection or simply mouse over them to see a small snippet of context from the linked page.\n\n![Snippet tooltip](img/screenshots/tooltip.png)\n\n### Advanced Usage\n\nIt can be convenient to use a basic email template as a starting point when you'll be sending a large number of similar emails.\nEmail Spy includes support for specifying an email template on its options page which can be opened either by right clicking on the toolbar icon and selecting `Options` or by clicking on the small gear icon in the upper right corner of the Email Spy results popup.\n\n![Options page](img/screenshots/options.png)\n\nAfter entering and saving your email template, the subject and body of each email will automatically be filled for you when you click on an email address in the main results popup.\n\n## Development Setup\n\nIf you only need to use Email Spy as-is then it's much easier to just install the extension yourself from the Chrome web store.\nThese steps are only necessary if you would like to add custom functionality or contribute back to the project.\n\nFirst, you will need both [node](https://nodejs.org/en/download/package-manager/) and [npm](https://docs.npmjs.com/getting-started/what-is-npm) (or [yarn](https://yarnpkg.com/en/), [pnpm](https://github.com/pnpm/pnpm), *etc.*) installed.\nYou can then clone the project and install the dependencies by running\n\n```bash\ngit clone git@github.com:sangaline/email-spy.git\ncd email-spy\nnpm install # or `yarn install`, `pnpm install`, etc.\n```\n\nThe project can then be run in development mode with hot-reloading enabled using `npm run start` or built for production with `NODE_ENV=production npm run build`.\nBoth of these commands will output the extension in the `build/` subdirectory of the project.\nThe unpackaged extension will then need to be added to Chrome which can be done by following [these directions from Google](https://developer.chrome.com/extensions/getstarted#unpacked).\n\n## Contributing\n\nContributions are welcome but we ask that you create an issue before submitting a pull request.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsangaline%2Femail-spy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsangaline%2Femail-spy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsangaline%2Femail-spy/lists"}