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 |
| 官方網址 | 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
} | |