Amplemarket Emailmatcher
Find any email address in seconds
Amplemarket Emailmatcherとは何ですか?
Amplemarket Emailmatcherはhttp://emailmatcher.comによって開発されたChromeの拡張機能で、その主な機能は「Find any email address in seconds」です。
拡張機能のスクリーンショット
Amplemarket Emailmatcher拡張機能のCRXファイルをダウンロード
Amplemarket Emailmatcher拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Find any email address in a matter of seconds. With the Amplemarket Emailmatcher extension you can quickly find emails at any company. Just click the toolbar icon and start searching! Feel free to reach out to us - [email protected]
拡張機能の基本情報
名前 | |
ID | hpfjaceoaoompbnjmhokccopgfmlchdk |
公式URL | https://chrome.google.com/webstore/detail/amplemarket-emailmatcher/hpfjaceoaoompbnjmhokccopgfmlchdk |
説明 | Find any email address in seconds |
ファイルサイズ | 99.4 KB |
インストール数 | 1,000 |
現在のバージョン | 1.1 |
最終更新日 | 2017-03-06 |
公開日 | 2017-03-06 |
評価 | 3.50/5 合計 6 レビュー |
開発者 | http://emailmatcher.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://emailmatcher.com |
ヘルプページのURL | https://emailmatcher.com |
プライバシーポリシーページのURL | https://amplemarket.com/privacy |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Amplemarket Emailmatcher", "short_name": "Emailmatcher", "description": "Find any email address in seconds", "version": "1.1", "author": "Amplemarket", "icons": { "128": "icon128.png", "48": "icon48.png", "16": "icon48.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Find email" }, "homepage_url": "https:\/\/www.emailmatcher.com\/", "permissions": [ "https:\/\/emailmatcher.com\/*", "http:\/\/*.amplemarket.com\/*", "https:\/\/*.amplemarket.com\/*", "identity", "identity.email", "tabs" ] } |