Find That Email : Email Address Generator
Generates list of 30+ email addresses for a person. Just provide webdomain, firstname, and lastname. Great tool to find right email
Find That Email : Email Address Generatorとは何ですか?
Find That Email : Email Address Generatorはaidanblantによって開発されたChromeの拡張機能で、その主な機能は「Generates list of 30+ email addresses for a person. Just provide webdomain, firstname, and lastname. Great tool to find right email」です。
拡張機能のスクリーンショット
Find That Email : Email Address Generator拡張機能のCRXファイルをダウンロード
Find That Email : Email Address Generator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Generates a list of 30+ possible email addresses for a given person. Just provide web domain, first name, and last name. A great tool to find the right address for any cold email.
Now featuring copy to clipboard button and automatically populate email bcc field. 拡張機能の基本情報
| 名前 | |
| ID | omhddidaimomdeombghbcbkkbimabmmm |
| 公式URL | https://chromewebstore.google.com/detail/find-that-email-email-add/omhddidaimomdeombghbcbkkbimabmmm |
| 説明 | Generates list of 30+ email addresses for a person. Just provide webdomain, firstname, and lastname. Great tool to find right email |
| ファイルサイズ | 14.1 KB |
| インストール数 | 1,420 |
| 現在のバージョン | 0.0.5.0 |
| 最終更新日 | 2018-04-13 |
| 公開日 | 2018-04-13 |
| 評価 | 5.00/5 合計 6 レビュー |
| 開発者 | aidanblant |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://www.aidanblant.com |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Find That Email : Email Address Generator",
"short_name": "Find That Email",
"description": "Generates list of 30+ email addresses for a person. Just provide webdomain, firstname, and lastname. Great tool to find right email",
"version": "0.0.5.0",
"permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"browser_action": {
"default_title": "Find that Email!",
"default_icon": "icon.png",
"default_popup": "emailGenerator.html"
},
"manifest_version": 2
} | |