Hikido
#1 Github Email Finder & Exporter.
Hikidoคืออะไร?
Hikido เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://hikido.com และคุณลักษณะหลักของมันคือ "#1 Github Email Finder & Exporter."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Hikido
ดาวน์โหลดไฟล์ส่วนขยาย Hikido ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Hikido: #1 Github Email Finder & Exporter Hikido is the best email finder & email exporter for Github emails. Find any Github user's email address in seconds. Hikido looks for email addresses associated with a user's Github profile and allows you to quickly reveal and export emails. When browsing a Github profile you can find the Github user's email address with a single click of the Hikido chrome extension. Hikido is the most highly rated Github email reveal tool on the market. If you have any questions, send us an email at [email protected]. “I use Hikido to quickly reach out to engineers. It allows me to find contact information around their original code easily. I recommend Hikido to anyone who is trying to reach out to engineers and need a competitive edge. Hikido allows you to be really efficient in a way that gives you way, way more volume than without it.” Joe Schiro Head of People — Tally
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Hikido |
ID | ljbbdgfmabdcoiacgmbdgojbmhkbhjgg |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/hikido/ljbbdgfmabdcoiacgmbdgojbmhkbhjgg |
คำอธิบาย | #1 Github Email Finder & Exporter. |
ขนาดไฟล์ | 150 KB |
จำนวนการติดตั้ง | 579 |
เวอร์ชันปัจจุบัน | 1.6.2 |
อัปเดตครั้งล่าสุด | 2022-02-27 |
วันที่เผยแพร่ | 2019-05-01 |
คะแนน | 5.00/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | https://hikido.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://hikido.com/privacy |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Hikido", "description": "#1 Github Email Finder & Exporter.", "version": "1.6.2", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "background": { "page": "background.html", "persistent": true }, "content_scripts": [ { "matches": [ "*:\/\/github.com\/*" ], "css": [ "styles.css" ], "js": [ "jquery-2.1.4.min.js", "angular.min.js", "contentscript.js", "clipboard.min.js", "ngclipboard.min.js" ], "run_at": "document_end" } ], "permissions": [ "background", "tabs", "*:\/\/hikido.com\/*\/*" ], "web_accessible_resources": [ "popup.js", "content.html", "jquery-2.1.4.min.js", "angular.min.js", "contentscript.js", "clipboard.min.js", "ngclipboard.min.js" ] } |