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 |
| 官方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"
}
} | |