Finder: Find email addresses from any website
Find email addresses and technologies behind the websites you are browsing.
O que é Finder: Find email addresses from any website?
Finder: Find email addresses from any website é uma extensão do Chrome desenvolvida por https://finder.app, e sua principal característica é "Find email addresses and technologies behind the websites you are browsing.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Finder: Find email addresses from any website
Baixe arquivos de extensão Finder: Find email addresses from any website no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Finder will help you find every email address possible and current technologies from any website. Contacting certain websites didn't use to be this easy.
Informações Básicas da Extensão
Nome | Finder: Find email addresses from any website |
ID | ahkekmkphijfichfheaolighelfmifaj |
URL Oficial | https://chromewebstore.google.com/detail/finder-find-email-address/ahkekmkphijfichfheaolighelfmifaj |
Descrição | Find email addresses and technologies behind the websites you are browsing. |
Tamanho do Arquivo | 1.39 MB |
Contagem de Instalações | 271 |
Versão Atual | 1.1.4 |
Última Atualização | 2020-10-15 |
Data de Publicação | 2020-05-24 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | https://finder.app |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://finder.app |
URL da Página de Ajuda | https://finder.app/pricing |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Finder: Find email addresses from any website", "short_name": "Finder", "version": "1.1.4", "manifest_version": 2, "description": "Find email addresses and technologies behind the websites you are browsing.", "homepage_url": "https:\/\/finder.app", "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "browser_action": { "default_icon": { "19": "img\/icon19.png", "38": "img\/icon38.png" }, "default_title": "Find emails", "default_popup": "html\/browser_popup.html" }, "permissions": [ "tabs", "cookies", "activeTab", "contextMenus" ], "background": { "scripts": [ "js\/lib\/jquery.min.js", "js\/background.min.js" ], "persistent": false }, "web_accessible_resources": [ "img\/*", "fonts\/*", "html\/source_popup.html" ], "externally_connectable": { "matches": [ "*:\/\/*.finder.app\/*" ] }, "omnibox": { "keyword": "finder" } } |