HackOne

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

HackOneคืออะไร?

HackOne เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Bilawal Hameed และคุณลักษณะหลักของมันคือ "Your hacker profile, saved locally in Chrome. Instantly share it with hackathons."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย HackOne

ดาวน์โหลดไฟล์ส่วนขยาย HackOne ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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:\/\/*\/*"
    ]
}