HackOne

Your hacker profile, saved locally in Chrome. Instantly share it with hackathons.

HackOne란 무엇입니까?

HackOne은(는) Bilawal Hameed에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Your hacker profile, saved locally in Chrome. Instantly share it with hackathons."입니다.

확장 프로그램 스크린샷

screenshot

HackOne 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Your hacker profile, saved locally in Chrome. Instantly share it with hackathons.

Save your hackathon details, such as your shirt size, food preferences and what you've built in the past, securely on your computer. You can then click a button on your toolbar to securely share this information with verified third party hackathons and events where they can quickly sign you up or give you a tailored experience based on your details.

Nothing is stored externally, and the verification process is an external server which is in a sandboxed environment and cannot access your data. The only person who can access your data is you and the sites you explicitly authorise.                    

확장 프로그램 기본 정보

이름 HackOne HackOne
ID ochbpomnongmncmgifkdbmcjfeekfghm
공식 URL https://chromewebstore.google.com/detail/hackone/ochbpomnongmncmgifkdbmcjfeekfghm
설명 Your hacker profile, saved locally in Chrome. Instantly share it with hackathons.
파일 크기 122 KB
설치 횟수 15
현재 버전 0.1.1
최근 업데이트 2017-10-29
출시 날짜 2017-10-29
개발자 Bilawal Hameed
결제 유형 free
확장 프로그램 웹 사이트 https://hackone.me
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "HackOne",
    "version": "0.1.1",
    "manifest_version": 2,
    "description": "Your hacker profile, saved locally in Chrome. Instantly share it with hackathons.",
    "homepage_url": "https:\/\/hackone.me",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "options_page": "src\/options\/index.html",
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "HackOne",
        "default_popup": "src\/page_action\/page_action.html"
    },
    "permissions": [
        "storage",
        "activeTab",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}