OctoHR
OctoHR - GitHub profile pages for Recruiters. Helps recruiters to get more information about developers. Simplifies search for the…
Co to jest OctoHR?
OctoHR to rozszerzenie Chrome opracowane przez https://octohr.info, a jego główną funkcją jest „OctoHR - GitHub profile pages for Recruiters. Helps recruiters to get more information about developers. Simplifies search for the…”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia OctoHR
Pobierz pliki rozszerzeń OctoHR w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
OctoHR - GitHub profile pages for Recruiters.
Helps recruiters to get more information about developers.
Simplifies search for the new candidates in GitHub. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | beiklbdjdmfkgchmiabjejdlpaoicbef |
| Oficjalny URL | https://chromewebstore.google.com/detail/octohr/beiklbdjdmfkgchmiabjejdlpaoicbef |
| Opis | OctoHR - GitHub profile pages for Recruiters. Helps recruiters to get more information about developers. Simplifies search for the… |
| Rozmiar pliku | 1.08 MB |
| Liczba instalacji | 12,811 |
| Aktualna Wersja | 1.6.0 |
| Ostatnia Aktualizacja | 2022-12-09 |
| Data Publikacji | 2020-06-22 |
| Ocena | 4.11/5 Łącznie 18 Oceny |
| Deweloper | https://octohr.info |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://octohr.info/ |
| Adres URL Strony Pomocy | https://github.com/OctoHR/Support |
| Obsługiwane Języki | 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"
}
} | |