OctoHR
OctoHR - GitHub profile pages for Recruiters. Helps recruiters to get more information about developers. Simplifies search for the…
Wat is OctoHR?
OctoHR is een Chrome-extensie ontwikkeld door https://octohr.info, en de belangrijkste functie is "OctoHR - GitHub profile pages for Recruiters. Helps recruiters to get more information about developers. Simplifies search for the…".
Extensie Screenshots
Download het CRX-bestand van de extensie OctoHR
Download OctoHR-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
OctoHR - GitHub profile pages for Recruiters.
Helps recruiters to get more information about developers.
Simplifies search for the new candidates in GitHub. Basisinformatie over de Extensie
| Naam | |
| ID | beiklbdjdmfkgchmiabjejdlpaoicbef |
| Officiële URL | https://chromewebstore.google.com/detail/octohr/beiklbdjdmfkgchmiabjejdlpaoicbef |
| Beschrijving | OctoHR - GitHub profile pages for Recruiters. Helps recruiters to get more information about developers. Simplifies search for the… |
| Bestandsgrootte | 1.08 MB |
| Aantal Installaties | 12,811 |
| Huidige Versie | 1.6.0 |
| Laatst Bijgewerkt | 2022-12-09 |
| Publicatiedatum | 2020-06-22 |
| Beoordeling | 4.11/5 Totaal 18 Beoordelingen |
| Ontwikkelaar | https://octohr.info |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://octohr.info/ |
| Help Pagina-URL | https://github.com/OctoHR/Support |
| Ondersteunde Talen | 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"
}
} | |