Amplemarket Emailmatcher
Find any email address in seconds
Co to jest Amplemarket Emailmatcher?
Amplemarket Emailmatcher to rozszerzenie Chrome opracowane przez http://emailmatcher.com, a jego główną funkcją jest „Find any email address in seconds”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Amplemarket Emailmatcher
Pobierz pliki rozszerzeń Amplemarket Emailmatcher w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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]
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | hpfjaceoaoompbnjmhokccopgfmlchdk |
Oficjalny URL | https://chrome.google.com/webstore/detail/amplemarket-emailmatcher/hpfjaceoaoompbnjmhokccopgfmlchdk |
Opis | Find any email address in seconds |
Rozmiar pliku | 99.4 KB |
Liczba instalacji | 1,000 |
Aktualna Wersja | 1.1 |
Ostatnia Aktualizacja | 2017-03-06 |
Data Publikacji | 2017-03-06 |
Ocena | 3.50/5 Łącznie 6 Oceny |
Deweloper | http://emailmatcher.com |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://emailmatcher.com |
Adres URL Strony Pomocy | https://emailmatcher.com |
Adres URL Strony Polityki Prywatności | https://amplemarket.com/privacy |
Obsługiwane Języki | 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" ] } |