ehh - Extension for HeadHunter.ru

Простой контроль своих резюме с сайта hh.ru (HeadHunter.ru)

What is ehh - Extension for HeadHunter.ru?

ehh - Extension for HeadHunter.ru is a Chrome extension developed by IvanUl, and its main feature is "Простой контроль своих резюме с сайта hh.ru (HeadHunter.ru)".

Extension Screenshots

screenshot

Download ehh - Extension for HeadHunter.ru Extension CRX File

Download ehh - Extension for HeadHunter.ru 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

                        Расширение позволяет быстро увидеть количество просмотров ваших резюме и откликов от работодателей. В настройках расширения возможна активировать функцию автоматического обновления резюме, что приводит к тому что ваше резюме будет все время в топе.
Для работы расширения вы должны быть авторизованы на сайте HeadHunter.ru                    

Extension Basic Information

Name ehh - Extension for HeadHunter.ru ehh - Extension for HeadHunter.ru
ID mfcpfiljemopbakfnjdmgbeogldmcgkn
Official URL https://chromewebstore.google.com/detail/ehh-extension-for-headhun/mfcpfiljemopbakfnjdmgbeogldmcgkn
Description Простой контроль своих резюме с сайта hh.ru (HeadHunter.ru)
File Size 200 KB
Installation Count 77
Current Version 0.0.1.5
Last Updated 2017-06-14
Publish Date 2017-06-09
Rating 5.00/5 Total 4 Ratings
Developer IvanUl
Email [email protected]
Payment Type free
Supported Languages ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ehh - Extension for HeadHunter.ru",
    "version": "0.0.1.5",
    "description": "\u041f\u0440\u043e\u0441\u0442\u043e\u0439 \u043a\u043e\u043d\u0442\u0440\u043e\u043b\u044c \u0441\u0432\u043e\u0438\u0445 \u0440\u0435\u0437\u044e\u043c\u0435 \u0441 \u0441\u0430\u0439\u0442\u0430 hh.ru (HeadHunter.ru)",
    "icons": {
        "16": "16x16.png",
        "32": "32x32.png",
        "48": "48x48.png",
        "128": "128x128.png"
    },
    "permissions": [
        "https:\/\/hh.ru\/*",
        "http:\/\/hh.ru\/*",
        "storage"
    ],
    "browser_action": {
        "default_title": "ehh",
        "default_icon": "48x48.png"
    },
    "background": {
        "scripts": [
            "bg.js"
        ],
        "persistent": true
    },
    "web_accessible_resources": [
        "oauth-callback.html",
        "oauth-callback.js"
    ]
}