OctoHR
OctoHR - GitHub profile pages for Recruiters. Helps recruiters to get more information about developers. Simplifies search for the…
Vad är OctoHR?
OctoHR är en Chrome-tillägg utvecklad av https://octohr.info, och dess huvudfunktion är "OctoHR - GitHub profile pages for Recruiters. Helps recruiters to get more information about developers. Simplifies search for the…".
Tilläggsskärmbilder
Ladda ner OctoHR-förlängningens CRX-fil
Ladda ner OctoHR-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
OctoHR - GitHub profile pages for Recruiters.
Helps recruiters to get more information about developers.
Simplifies search for the new candidates in GitHub. Grundläggande Information om Tillägg
| Namn | |
| ID | beiklbdjdmfkgchmiabjejdlpaoicbef |
| Officiell webbadress | https://chromewebstore.google.com/detail/octohr/beiklbdjdmfkgchmiabjejdlpaoicbef |
| Beskrivning | OctoHR - GitHub profile pages for Recruiters. Helps recruiters to get more information about developers. Simplifies search for the… |
| Filstorlek | 1.08 MB |
| Antal Installationer | 12,811 |
| Aktuell Version | 1.6.0 |
| Senast Uppdaterad | 2022-12-09 |
| Publiceringsdatum | 2020-06-22 |
| Betyg | 4.11/5 Totalt 18 Betyg |
| Utvecklare | https://octohr.info |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://octohr.info/ |
| Hjälpsida URL | https://github.com/OctoHR/Support |
| Stödda Språk | 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"
}
} | |