OctoHR

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

Что такое OctoHR?

OctoHR - это расширение Chrome, разработанное https://octohr.info, и его основная функция - "OctoHR - GitHub profile pages for Recruiters. Helps recruiters to get more information about developers. Simplifies search for the…".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения OctoHR

Скачайте файлы расширений OctoHR в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        OctoHR - GitHub profile pages for Recruiters.

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

Основная информация о расширении

Название OctoHR OctoHR
ID beiklbdjdmfkgchmiabjejdlpaoicbef
Официальный URL https://chromewebstore.google.com/detail/octohr/beiklbdjdmfkgchmiabjejdlpaoicbef
Описание OctoHR - GitHub profile pages for Recruiters. Helps recruiters to get more information about developers. Simplifies search for the…
Размер файла 1.08 MB
Количество установок 12,811
Текущая Версия 1.6.0
Последнее Обновление 2022-12-09
Дата публикации 2020-06-22
Рейтинг 4.11/5 Всего 18 оценок
Разработчик https://octohr.info
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://octohr.info/
URL страницы помощи https://github.com/OctoHR/Support
Поддерживаемые языки 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"
    }
}