Profile tracker - Naukri.com / Monster

This Chrome Extension helps in copying candidates' information from recruiter accounts (Naukri resdex and Monster.

Profile tracker - Naukri.com / Monster란 무엇입니까?

Profile tracker - Naukri.com / Monster은(는) https://www.jobstart.today/에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This Chrome Extension helps in copying candidates' information from recruiter accounts (Naukri resdex and Monster."입니다.

확장 프로그램 스크린샷

screenshot

Profile tracker - Naukri.com / Monster 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This chrome extension is created to make recruiters' work easy. If you are using naukri.com or monster.com Employer portal, this extension will help you copying candidate data from their profile that you can easily paste to your excel sheet or any other similar format .

This will continuously store data and update you about previous discussion that has been done with same candidate, through the same desktop/laptop.                    

확장 프로그램 기본 정보

이름 Profile tracker - Naukri.com / Monster Profile tracker - Naukri.com / Monster
ID nheljkmgegdpmfiambkdhlbjcceicmdp
공식 URL https://chromewebstore.google.com/detail/profile-tracker-naukricom/nheljkmgegdpmfiambkdhlbjcceicmdp
설명 This Chrome Extension helps in copying candidates' information from recruiter accounts (Naukri resdex and Monster.
파일 크기 1.3 MB
설치 횟수 216
현재 버전 1.1.0.5
최근 업데이트 2021-09-13
출시 날짜 2021-03-18
평점 1.00/5 총 1 개의 평점
개발자 https://www.jobstart.today/
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.jobstart.today/
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Profile tracker - Naukri.com \/ Monster",
    "version": "1.1.0.5",
    "description": "This Chrome Extension helps in copying candidates' information from recruiter accounts (Naukri resdex and Monster.",
    "options_page": "options.html",
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "web_accessible_resources": [
        "options.html"
    ],
    "browser_action": {
        "default_icon": {
            "16": "images\/16by16.png",
            "32": "images\/32by32.png",
            "48": "images\/48by48.png",
            "128": "images\/128by128.png"
        },
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "external_v490.js"
            ],
            "matches": [
                "https:\/\/resdex.naukri.com\/v2\/preview\/*"
            ],
            "css": [
                "content.css"
            ]
        },
        {
            "js": [
                "external_v492.js"
            ],
            "matches": [
                "https:\/\/resdex.naukri.com\/v2\/search\/*"
            ],
            "exclude_matches": [
                "https:\/\/resdex.naukri.com\/v2\/search\/savedSearches"
            ],
            "css": [
                "content.css"
            ]
        },
        {
            "js": [
                "external_v456m.js"
            ],
            "matches": [
                "https:\/\/recruiter.monsterindia.com\/v2\/resumedatabase\/*"
            ],
            "run_at": "document_end",
            "css": [
                "content.css"
            ]
        },
        {
            "js": [
                "external_v490 - po.js"
            ],
            "matches": [
                "https:\/\/rms.naukri.com\/application\/viewApplication\/*"
            ],
            "run_at": "document_end",
            "css": [
                "content.css"
            ]
        }
    ],
    "icons": {
        "16": "images\/16by16.png",
        "32": "images\/32by32.png",
        "48": "images\/48by48.png",
        "128": "images\/128by128.png"
    }
}