Импорт резюме в Битрикс24

Импорт резюме в Битрикс24 в один клик

What is Импорт резюме в Битрикс24?

Импорт резюме в Битрикс24 is a Chrome extension developed by hello, and its main feature is "Импорт резюме в Битрикс24 в один клик".

Extension Screenshots

screenshot

Download Импорт резюме в Битрикс24 Extension CRX File

Download Импорт резюме в Битрикс24 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

                        Сервис позволяет рекрутерам сохранять в Битрикс24 резюме и профили кандидатов с сайта HeadHunter                    

Extension Basic Information

Name Импорт резюме в Битрикс24 Импорт резюме в Битрикс24
ID kokncoflcibchmmjkhdjdfdhmaiheahn
Official URL https://chromewebstore.google.com/detail/%D0%B8%D0%BC%D0%BF%D0%BE%D1%80%D1%82-%D1%80%D0%B5%D0%B7%D1%8E%D0%BC%D0%B5-%D0%B2-%D0%B1%D0%B8%D1%82%D1%80%D0%B8%D0%BA%D1%8124/kokncoflcibchmmjkhdjdfdhmaiheahn
Description Импорт резюме в Битрикс24 в один клик
File Size 67.31 KB
Installation Count 533
Current Version 2.1.1
Last Updated 2023-06-26
Publish Date 2021-02-23
Rating 5.00/5 Total 1 Ratings
Developer hello
Email [email protected]
Payment Type free
Extension Website https://www.mcart.ru
Help Page URL https://www.mcart.ru/contacts/
Privacy Policy Page URL https://www.mcartgroup.com/lic
Supported Languages ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "\u0418\u043c\u043f\u043e\u0440\u0442 \u0440\u0435\u0437\u044e\u043c\u0435 \u0432 \u0411\u0438\u0442\u0440\u0438\u043a\u044124",
    "description": "\u0418\u043c\u043f\u043e\u0440\u0442 \u0440\u0435\u0437\u044e\u043c\u0435 \u0432 \u0411\u0438\u0442\u0440\u0438\u043a\u044124 \u0432 \u043e\u0434\u0438\u043d \u043a\u043b\u0438\u043a",
    "version": "2.1.1",
    "icons": {
        "128": "icons\/icon128.png",
        "48": "icons\/icon48.png",
        "16": "icons\/icon16.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.hh.ru\/resume\/*",
                "https:\/\/hh.ru\/resume\/*",
                "https:\/\/hh.kz\/resume\/*",
                "https:\/\/*.hh.kz\/resume\/*",
                "https:\/\/rabota.by\/resume\/*",
                "https:\/\/*.rabota.by\/resume\/*",
                "https:\/\/hh.uz\/resume\/*",
                "https:\/\/*.hh.uz\/resume\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "style.css"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/hrs.mcartgroup.com\/*",
        "https:\/\/hh.ru\/*",
        "https:\/\/*.hh.ru\/*",
        "https:\/\/hh.kz\/*",
        "https:\/\/*.hh.kz\/*",
        "https:\/\/rabota.by\/*",
        "https:\/\/*.rabota.by\/*",
        "https:\/\/hh.uz\/resume\/*",
        "https:\/\/*.hh.uz\/resume\/*"
    ],
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "background",
        "scripting"
    ],
    "background": {
        "service_worker": "background.js"
    }
}