OctoHR
OctoHR - GitHub profile pages for Recruiters. Helps recruiters to get more information about developers. Simplifies search for the…
什麼是OctoHR?
OctoHR是由https://octohr.info開發的Chrome擴展程式,該擴展的主要功能是“OctoHR - GitHub profile pages for Recruiters. Helps recruiters to get more information about developers. Simplifies search for the…”。
擴展截圖
下載OctoHR擴展crx文件
下載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. 擴展基本資訊
| 名稱 | |
| ID | beiklbdjdmfkgchmiabjejdlpaoicbef |
| 官方網址 | 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"
}
} | |