Hikido
#1 Github Email Finder & Exporter.
Hikido란 무엇입니까?
Hikido은(는) https://hikido.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "#1 Github Email Finder & Exporter."입니다.
확장 프로그램 스크린샷
Hikido 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } |