github email hunter
email hunter for github users & projects
ما هو github email hunter؟
github email hunter هو إضافة Chrome تم تطويرها بواسطة bedelstein12، والميزة الرئيسية لها هي "email hunter for github users & projects".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة github email hunter
قم بتنزيل ملفات الامتداد github email hunter بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Find email addresses for Github users & repos with just one click! If you can find someone's Github profile, we can find their email. Github Email Hunter is great for networking with developers or reaching out to open source maintainers.
معلومات أساسية عن التمديد
الاسم | github email hunter |
ID | ppcegaekdbgcgbapfdcjbhednhmgcjnk |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/github-email-hunter/ppcegaekdbgcgbapfdcjbhednhmgcjnk |
الوصف | email hunter for github users & projects |
حجم الملف | 43.93 KB |
عدد التثبيتات | 2,721 |
النسخة الحالية | 1.0 |
آخر تحديث | 2021-06-16 |
تاريخ النشر | 2021-06-16 |
المطور | bedelstein12 |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://www.notion.so/Github-Email-Hunter-6645fca258394f8fa178f505d066ec95 |
عنوان صفحة المساعدة | https://www.notion.so/Github-Email-Hunter-6645fca258394f8fa178f505d066ec95 |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "github email hunter", "version": "1.0", "description": "email hunter for github users & projects", "author": "Ben Edelstein", "icons": { "48": "icon_48.png", "128": "icon_128.png" }, "browser_action": { "default_icon": { "16": "icon_16.png", "48": "icon_48.png" }, "default_popup": "popup.html", "default_title": "find emails" }, "permissions": [ "activeTab" ] } |