Email Spy
Find all available email contacts for a domain with a single click.
Email Spyとは何ですか?
Email Spyはhttps://intoli.comによって開発されたChromeの拡張機能で、その主な機能は「Find all available email contacts for a domain with a single click.」です。
拡張機能のスクリーンショット
Email Spy拡張機能のCRXファイルをダウンロード
Email Spy拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Email Spy is a browser extension that lets you find email addresses for any domain with a single click. This can be very useful when doing marketing and lead-generation research for your business. Even if there's an easy to find contact email or form on a company's website, it is often much more effective to target your email to the correct person. Features include: - Works with both Chrome and Firefox. - Finds email addresses with a single click. - Supports email templates to prepopulate email drafts. - Completely free and open source.
拡張機能の基本情報
名前 | Email Spy |
ID | iljlpblbhbalekegomdbbilibeahankm |
公式URL | https://chromewebstore.google.com/detail/email-spy/iljlpblbhbalekegomdbbilibeahankm |
説明 | Find all available email contacts for a domain with a single click. |
ファイルサイズ | 649 KB |
インストール数 | 516 |
現在のバージョン | 0.0.3 |
最終更新日 | 2017-05-17 |
公開日 | 2017-05-17 |
評価 | 3.00/5 合計 4 レビュー |
開発者 | https://intoli.com |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/sangaline/email-spy |
ヘルプページのURL | https://github.com/sangaline/email-spy |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Email Spy", "manifest_version": 2, "browser_action": { "default_icon": { "16": "icons\/icon-16.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "browser_style": false, "default_title": "Email Spy", "default_popup": "popup.html" }, "options_page": "options.html", "icons": { "16": "icons\/icon-16.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "permissions": [ "storage", "tabs", "https:\/\/duckduckgo.com\/*" ], "description": "Find all available email contacts for a domain with a single click.", "version": "0.0.3" } |