OctoHR

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

What is OctoHR?

OctoHR is a Chrome extension developed by https://octohr.info, and its main feature is "OctoHR - GitHub profile pages for Recruiters. Helps recruiters to get more information about developers. Simplifies search for the…".

Extension Screenshots

screenshot
screenshot

Download OctoHR Extension CRX File

Download OctoHR extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        OctoHR - GitHub profile pages for Recruiters.

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

Extension Basic Information

Name OctoHR OctoHR
ID beiklbdjdmfkgchmiabjejdlpaoicbef
Official URL https://chromewebstore.google.com/detail/octohr/beiklbdjdmfkgchmiabjejdlpaoicbef
Description OctoHR - GitHub profile pages for Recruiters. Helps recruiters to get more information about developers. Simplifies search for the…
File Size 1.08 MB
Installation Count 12,811
Current Version 1.6.0
Last Updated 2022-12-09
Publish Date 2020-06-22
Rating 4.11/5 Total 18 Ratings
Developer https://octohr.info
Email [email protected]
Payment Type free
Extension Website https://octohr.info/
Help Page URL https://github.com/OctoHR/Support
Supported Languages 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"
    }
}