OctoHR
OctoHR - GitHub profile pages for Recruiters. Helps recruiters to get more information about developers. Simplifies search for the…
Was ist OctoHR?
OctoHR ist eine Chrome-Erweiterung, die von https://octohr.info entwickelt wurde, und ihr Hauptmerkmal ist "OctoHR - GitHub profile pages for Recruiters. Helps recruiters to get more information about developers. Simplifies search for the…".
Erweiterungsscreenshots
OctoHR-Erweiterungs-CRX-Datei herunterladen
Laden Sie OctoHR-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
                        OctoHR - GitHub profile pages for Recruiters.
Helps recruiters to get more information about developers.
Simplifies search for the new candidates in GitHub.                     Grundlegende Informationen zur Erweiterung
| Name |  | 
| ID | beiklbdjdmfkgchmiabjejdlpaoicbef | 
| Offizielle URL | https://chromewebstore.google.com/detail/octohr/beiklbdjdmfkgchmiabjejdlpaoicbef | 
| Beschreibung | OctoHR - GitHub profile pages for Recruiters. Helps recruiters to get more information about developers. Simplifies search for the… | 
| Dateigröße | 1.08 MB | 
| Installationsanzahl | 12,811 | 
| Aktuelle Version | 1.6.0 | 
| Letztes Update | 2022-12-09 | 
| Veröffentlichungsdatum | 2020-06-22 | 
| Bewertung | 4.11/5 Insgesamt 18 Bewertungen | 
| Entwickler | https://octohr.info | 
| [email protected] | |
| Zahlungsart | free | 
| Erweiterungswebsite | https://octohr.info/ | 
| Hilfeseite URL | https://github.com/OctoHR/Support | 
| Unterstützte Sprachen | 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"
    }
} | |