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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 |
URL หน้าช่วยเหลือ | 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" ] } |