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 |
| Eメール | [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
} | |