OctoHR

OctoHR - GitHub profile pages for Recruiters. Helps recruiters to get more information about developers. Simplifies search for the…

Cos'è OctoHR?

OctoHR è un'estensione di Chrome sviluppata da https://octohr.info, e la sua funzione principale è "OctoHR - GitHub profile pages for Recruiters. Helps recruiters to get more information about developers. Simplifies search for the…".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione OctoHR

Scarica i file di estensione OctoHR in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        OctoHR - GitHub profile pages for Recruiters.

Helps recruiters to get more information about developers.
Simplifies search for the new candidates in GitHub.                    

Informazioni di Base sull'Estensione

Nome OctoHR OctoHR
ID beiklbdjdmfkgchmiabjejdlpaoicbef
URL Ufficiale https://chromewebstore.google.com/detail/octohr/beiklbdjdmfkgchmiabjejdlpaoicbef
Descrizione OctoHR - GitHub profile pages for Recruiters. Helps recruiters to get more information about developers. Simplifies search for the…
Dimensione del File 1.08 MB
Conteggio Installazioni 12,811
Versione Corrente 1.6.0
Ultimo Aggiornamento 2022-12-09
Data di Pubblicazione 2020-06-22
Valutazione 4.11/5 Totale 18 Valutazioni
Sviluppatore https://octohr.info
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://octohr.info/
URL della Pagina di Aiuto https://github.com/OctoHR/Support
Lingue Supportate 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"
    }
}