Github Emails Finder & Exporter PRO
Extract emails from GitHub
O que é Github Emails Finder & Exporter PRO?
Github Emails Finder & Exporter PRO é uma extensão do Chrome desenvolvida por GEF, e sua principal característica é "Extract emails from GitHub".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Github Emails Finder & Exporter PRO
Baixe arquivos de extensão Github Emails Finder & Exporter PRO 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
Uncover 5000 hidden primary emails of software engineers on Github per hour! Key features: - revealing emails from 3 sources, not only 1 public API - accuracy check: controlling if revealed email really belongs to the developer, not to someone else - crawling limitations overcoming, revealing 5000 emails per hour ! - Download CSV
Informações Básicas da Extensão
Nome | Github Emails Finder & Exporter PRO |
ID | aljekafekokpmbgmeodfbocanjbnkpop |
URL Oficial | https://chromewebstore.google.com/detail/github-emails-finder-expo/aljekafekokpmbgmeodfbocanjbnkpop |
Descrição | Extract emails from GitHub |
Tamanho do Arquivo | 821 KB |
Contagem de Instalações | 52 |
Versão Atual | 3.1.0 |
Última Atualização | 2018-12-03 |
Data de Publicação | 2018-12-03 |
Classificação | 4.00/5 Total de 8 Avaliações |
Desenvolvedor | GEF |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "3.1.0", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/background.js" ] }, "browser_action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" }, "default_title": "__MSG_appName__", "default_popup": "popup.html" }, "options_ui": { "page": "options.html", "chrome_style": true }, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "https:\/\/github.com\/*" ], "js": [ "scripts\/contentscript.js" ], "run_at": "document_end", "all_frames": false } ] } |