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 là gì?

Profile tracker - Naukri.com / Monster là một tiện ích mở rộng Chrome được phát triển bởi https://www.jobstart.today/, và tính năng chính của nó là "This Chrome Extension helps in copying candidates' information from recruiter accounts (Naukri resdex and Monster.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Profile tracker - Naukri.com / Monster

Tải xuống các tệp mở rộng Profile tracker - Naukri.com / Monster dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Profile tracker - Naukri.com / Monster Profile tracker - Naukri.com / Monster
ID nheljkmgegdpmfiambkdhlbjcceicmdp
URL Chính Thức https://chromewebstore.google.com/detail/profile-tracker-naukricom/nheljkmgegdpmfiambkdhlbjcceicmdp
Mô tả This Chrome Extension helps in copying candidates' information from recruiter accounts (Naukri resdex and Monster.
Kích Thước Tệp 1.3 MB
Số Lần Cài Đặt 216
Phiên Bản Hiện Tại 1.1.0.5
Cập Nhật Lần Cuối 2021-09-13
Ngày Phát Hành 2021-03-18
Đánh Giá 1.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://www.jobstart.today/
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.jobstart.today/
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}