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 |
官方網址 | 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 |
電子郵箱 | [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" ] } |