IT-Enterprise Recruitment Extension

IT-Enterprise recruitment software extension

IT-Enterprise Recruitment Extension란 무엇입니까?

IT-Enterprise Recruitment Extension은(는) www.it.ua에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "IT-Enterprise recruitment software extension"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

IT-Enterprise Recruitment Extension 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 IT-Enterprise Recruitment Extension IT-Enterprise Recruitment Extension
ID hepfjkaehdmhdgmckmcedckcainikmfi
공식 URL https://chromewebstore.google.com/detail/it-enterprise-recruitment/hepfjkaehdmhdgmckmcedckcainikmfi
설명 IT-Enterprise recruitment software extension
파일 크기 944 KB
설치 횟수 68
현재 버전 1.0.39
최근 업데이트 2024-01-12
출시 날짜 2020-09-16
평점 5.00/5 총 1 개의 평점
개발자 www.it.ua
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://www.it.ua
개인정보 보호 정책 페이지 URL https://m.it.ua/policy
지원되는 언어 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"
            ]
        }
    ]
}