Email Scraper
Best tool for extract any website emails
Email Scraperとは何ですか?
Email Scraperはhttp://email-scraper.comによって開発されたChromeの拡張機能で、その主な機能は「Best tool for extract any website emails」です。
拡張機能のスクリーンショット
Email Scraper拡張機能のCRXファイルをダウンロード
Email Scraper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Best Email Extractor Give yourself the luxury of extracting emails without doing anything. ## Intro Email Scraper is a powerful email extracting extension. It allows you to export email data from any website to a file in csv format. ## Traits Export from any website emails Export the selected emails Delete the selected emails Delete duplicate emails Save emails to local storage Auto search emails on Google - Yahoo - Bing # It's free? Yes, Email Scraper is free. You can get basic functionality and upgrade to get more functionality. # Data confidentiality All email data is processed in your local computer, it never goes through our web server, no one knows what you have discarded. Questions? Write to us at the email address: [email protected] or directly on our site from this link https://email.scraper.com/contact privacy policy https://email-scraper.com/security-policy
拡張機能の基本情報
名前 | |
ID | ocpenochjbainpeihdgnocgjicfeajhg |
公式URL | https://chrome.google.com/webstore/detail/email-scraper/ocpenochjbainpeihdgnocgjicfeajhg |
説明 | Best tool for extract any website emails |
ファイルサイズ | 337 KB |
インストール数 | 62 |
現在のバージョン | 1.0.0 |
最終更新日 | 2021-05-02 |
公開日 | 2021-05-02 |
評価 | 4.25/5 合計 4 レビュー |
開発者 | http://email-scraper.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://email-scraper.com/ |
ヘルプページのURL | https://email-scraper.com/contact |
プライバシーポリシーページのURL | https://email-scraper.com/security-policy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Email Scraper", "version": "1.0.0", "description": "Best tool for extract any website emails", "manifest_version": 2, "permissions": [ "storage" ], "browser_action": { "default_icon": { "16": "img\/logo.png", "24": "img\/logo.png", "32": "img\/logo.png" }, "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "js\/content.js" ] } ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self' 'unsafe-eval'" } |