Extract Emails
Extract Emails - Extract emails from any website automatically
什么是Extract Emails?
Extract Emails是由Reveniux开发的Chrome扩展程序,该扩展的主要功能是“Extract Emails - Extract emails from any website automatically”。
扩展截图
下载Extract Emails扩展crx文件
下载Extract Emails扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Extract emails from any website without any clicks
Just active the extension and start visiting the websites that you want to get emails / leads from them
Features:
* Extract emails from visited pages
* Auto Email search
* Export to Excel emails as XLSX format with proper data types
It's Completely FREE there is no LIMIT, what are you waiting for? try it NOW 扩展基本信息
| 名称 | |
| ID | kpkikpldnjgpchckjmmanbplhhmodlbf |
| 官方URL | https://chromewebstore.google.com/detail/extract-emails/kpkikpldnjgpchckjmmanbplhhmodlbf |
| 简介 | Extract Emails - Extract emails from any website automatically |
| 文件大小 | 740 KB |
| 安装次数 | 1,715 |
| 当前版本 | 1.3 |
| 更新时间 | 2022-07-26 |
| 上架时间 | 2022-06-11 |
| 评分 | 4.97/5 共38次评分 |
| 开发者 | Reveniux |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 隐私政策页面URL | https://reveniux.com/privacy |
| 支持的语言 | id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_appName__",
"description": "__MSG_appDesc__",
"default_locale": "en",
"homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/kpkikpldnjgpchckjmmanbplhhmodlbf",
"permissions": [
"storage",
"unlimitedStorage"
],
"action": {
"default_popup": "popup.html",
"default_icon": "icon.png"
},
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"run_at": "document_idle",
"js": [
"next.js"
]
}
],
"background": {
"service_worker": "background.js"
},
"version": "1.3",
"manifest_version": 3
} | |