Github Emails Finder & Exporter PRO
Extract emails from GitHub
Was ist Github Emails Finder & Exporter PRO?
Github Emails Finder & Exporter PRO ist eine Chrome-Erweiterung, die von GEF entwickelt wurde, und ihr Hauptmerkmal ist "Extract emails from GitHub".
Erweiterungsscreenshots
Github Emails Finder & Exporter PRO-Erweiterungs-CRX-Datei herunterladen
Laden Sie Github Emails Finder & Exporter PRO-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | aljekafekokpmbgmeodfbocanjbnkpop |
| Offizielle URL | https://chromewebstore.google.com/detail/github-emails-finder-expo/aljekafekokpmbgmeodfbocanjbnkpop |
| Beschreibung | Extract emails from GitHub |
| Dateigröße | 821 KB |
| Installationsanzahl | 52 |
| Aktuelle Version | 3.1.0 |
| Letztes Update | 2018-12-03 |
| Veröffentlichungsdatum | 2018-12-03 |
| Bewertung | 4.00/5 Insgesamt 8 Bewertungen |
| Entwickler | GEF |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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
}
]
} | |