OctoHR
OctoHR - GitHub profile pages for Recruiters. Helps recruiters to get more information about developers. Simplifies search for the…
OctoHRคืออะไร?
OctoHR เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://octohr.info และคุณลักษณะหลักของมันคือ "OctoHR - GitHub profile pages for Recruiters. Helps recruiters to get more information about developers. Simplifies search for the…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย OctoHR
ดาวน์โหลดไฟล์ส่วนขยาย OctoHR ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
OctoHR - GitHub profile pages for Recruiters. Helps recruiters to get more information about developers. Simplifies search for the new candidates in GitHub.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | OctoHR |
ID | beiklbdjdmfkgchmiabjejdlpaoicbef |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/octohr/beiklbdjdmfkgchmiabjejdlpaoicbef |
คำอธิบาย | OctoHR - GitHub profile pages for Recruiters. Helps recruiters to get more information about developers. Simplifies search for the… |
ขนาดไฟล์ | 1.08 MB |
จำนวนการติดตั้ง | 12,811 |
เวอร์ชันปัจจุบัน | 1.6.0 |
อัปเดตครั้งล่าสุด | 2022-12-09 |
วันที่เผยแพร่ | 2020-06-22 |
คะแนน | 4.11/5 รวมทั้งหมด 18 คะแนน |
ผู้พัฒนา | https://octohr.info |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://octohr.info/ |
URL หน้าช่วยเหลือ | https://github.com/OctoHR/Support |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "OctoHR", "version": "1.6.0", "web_accessible_resources": [ "options\/index.html" ], "content_scripts": [ { "matches": [ "https:\/\/github.com\/*" ], "js": [ "app\/main.js" ], "run_at": "document_idle", "all_frames": false } ], "permissions": [ "storage", "https:\/\/github.com\/", "https:\/\/api.github.com\/" ], "icons": { "128": "icon128.png" } } |