Github Emails Finder & Exporter PRO
Extract emails from GitHub
ما هو Github Emails Finder & Exporter PRO؟
Github Emails Finder & Exporter PRO هو إضافة Chrome تم تطويرها بواسطة GEF، والميزة الرئيسية لها هي "Extract emails from GitHub".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Github Emails Finder & Exporter PRO
قم بتنزيل ملفات الامتداد Github Emails Finder & Exporter PRO بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 معلومات أساسية عن التمديد
| الاسم | |
| ID | aljekafekokpmbgmeodfbocanjbnkpop |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/github-emails-finder-expo/aljekafekokpmbgmeodfbocanjbnkpop |
| الوصف | Extract emails from GitHub |
| حجم الملف | 821 KB |
| عدد التثبيتات | 52 |
| النسخة الحالية | 3.1.0 |
| آخر تحديث | 2018-12-03 |
| تاريخ النشر | 2018-12-03 |
| تقييم | 4.00/5 مجموع تقييمات 8 |
| المطور | GEF |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| اللغات المدعومة | 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
}
]
} | |