IT-Enterprise Recruitment Extension

IT-Enterprise recruitment software extension

What is IT-Enterprise Recruitment Extension?

IT-Enterprise Recruitment Extension is a Chrome extension developed by www.it.ua, and its main feature is "IT-Enterprise recruitment software extension".

Extension Screenshots

screenshot
screenshot

Download IT-Enterprise Recruitment Extension Extension CRX File

Download IT-Enterprise Recruitment Extension 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

                        Save resumes from popular job resources to IT-Enterprise.

This browser extension allows you to add candidates directly popular job resources without having to enter their information manually.
Parse online candidate profiles, review the information, add them to your IT-Enterprise and associate them to a vacancy opening almost instantly.
Every candidate you add appears in your database as a structured and searchable candidate profile.

This extension automatically shows which profiles are in your IT-Enterprise database. 
That way you don't have to manually check it for yourself, which makes it easier to connect with new candidates right away.                    

Extension Basic Information

Name IT-Enterprise Recruitment Extension IT-Enterprise Recruitment Extension
ID hepfjkaehdmhdgmckmcedckcainikmfi
Official URL https://chromewebstore.google.com/detail/it-enterprise-recruitment/hepfjkaehdmhdgmckmcedckcainikmfi
Description IT-Enterprise recruitment software extension
File Size 944 KB
Installation Count 68
Current Version 1.0.39
Last Updated 2024-01-12
Publish Date 2020-09-16
Rating 5.00/5 Total 1 Ratings
Developer www.it.ua
Email [email protected]
Payment Type free
Extension Website http://www.it.ua
Privacy Policy Page URL https://m.it.ua/policy
Supported Languages en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "version": "1.0.39",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": {
            "16": "images\/IT16.png",
            "48": "images\/IT48.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/IT16.png",
        "48": "images\/IT48.png"
    },
    "options_ui": {
        "page": "options.html",
        "browser_style": true,
        "open_in_tab": true
    },
    "web_accessible_resources": [
        "images\/IT16.png",
        "images\/autorenew.png",
        "images\/options.png",
        "options.js",
        "popup.js",
        "options.html",
        "chosen-sprite.png",
        "images\/clobbi_animated.gif"
    ],
    "homepage_url": "http:\/\/www.it.ua",
    "default_locale": "en",
    "background": {
        "scripts": [
            "jquerry.js",
            "background.js",
            "js\/aes.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/rabota.ua\/*",
                "https:\/\/robota.ua\/*"
            ],
            "js": [
                "rabotaua\/RabotaUaNew.js",
                "jquerry.js",
                "js\/chosen.jquery.js",
                "js\/prism.js",
                "js\/bootstrap.min.js"
            ],
            "css": [
                "css\/bootstrap.min.css",
                "css\/prism.css",
                "css\/chosen.css"
            ]
        },
        {
            "matches": [
                "https:\/\/www.work.ua\/*"
            ],
            "js": [
                "jquerry.js",
                "workua\/WorkUaSearch.js",
                "workua\/WorkUaProfile.js",
                "workua\/WorkUaPage.js",
                "js\/bootstrap.min.js",
                "js\/chosen.jquery.js",
                "js\/prism.js"
            ],
            "css": [
                "css\/bootstrap.min.css",
                "css\/prism.css",
                "css\/chosen.css"
            ]
        },
        {
            "matches": [
                "https:\/\/www.olx.ua\/*",
                "https:\/\/www.olx.kz\/*"
            ],
            "js": [
                "jquerry.js",
                "olx\/Main.js",
                "olx\/Search.js",
                "js\/chosen.jquery.js",
                "js\/prism.js",
                "js\/bootstrap.min.js"
            ],
            "css": [
                "olx\/style.css",
                "css\/prism.css",
                "css\/chosen.css"
            ]
        },
        {
            "matches": [
                "https:\/\/grc.ua\/*",
                "*:\/\/*.grc.ua\/*",
                "https:\/\/hh.kz\/*"
            ],
            "js": [
                "jquerry.js",
                "hhua\/HhUaSearch.js",
                "js\/bootstrap.min.js",
                "js\/chosen.jquery.js",
                "js\/prism.js",
                "hhua\/HhUaProfile.js"
            ],
            "css": [
                "css\/bootstrap.min.css",
                "css\/prism.css",
                "css\/chosen.css"
            ]
        },
        {
            "matches": [
                "https:\/\/djinni.co\/*"
            ],
            "js": [
                "jquerry.js",
                "djinni\/Search.js",
                "djinni\/Inbox.js",
                "djinni\/Profile.js",
                "js\/chosen.jquery.js",
                "js\/prism.js",
                "js\/bootstrap.min.js"
            ],
            "css": [
                "olx\/style.css",
                "css\/prism.css",
                "css\/chosen.css"
            ]
        },
        {
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ],
            "js": [
                "jquerry.js",
                "linkedin\/LIMain.js",
                "js\/chosen.jquery.js",
                "js\/prism.js",
                "js\/bootstrap.min.js"
            ],
            "css": [
                "olx\/style.css",
                "css\/prism.css",
                "css\/chosen.css"
            ]
        },
        {
            "matches": [
                "https:\/\/jobs.dou.ua\/companies\/it\/admin\/vacancies\/*"
            ],
            "js": [
                "jquerry.js",
                "dou\/DouReplies.js",
                "js\/chosen.jquery.js",
                "js\/prism.js",
                "js\/bootstrap.min.js"
            ],
            "css": [
                "olx\/style.css",
                "css\/prism.css",
                "css\/chosen.css"
            ]
        }
    ]
}