CEIPAL ATS

Easily add candidates from popular websites directly into the CEIPAL ATS applicant tracking system.

CEIPAL ATS là gì?

CEIPAL ATS là một tiện ích mở rộng Chrome được phát triển bởi https://ceipal.com, và tính năng chính của nó là "Easily add candidates from popular websites directly into the CEIPAL ATS applicant tracking system.".

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

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng CEIPAL ATS

Tải xuống các tệp mở rộng CEIPAL ATS 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

                        Save time when sourcing candidates from websites like LinkedIn, Dice, Naukri and MonsterIndia. Click the CEIPAL icon to parse candidate information from web pages.                    

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

Tên CEIPAL ATS CEIPAL ATS
ID kkgceijhkicellejnificapnjfnpejon
URL Chính Thức https://chromewebstore.google.com/detail/ceipal-ats/kkgceijhkicellejnificapnjfnpejon
Mô tả Easily add candidates from popular websites directly into the CEIPAL ATS applicant tracking system.
Kích Thước Tệp 716 KB
Số Lần Cài Đặt 6,009
Phiên Bản Hiện Tại 3.21
Cập Nhật Lần Cuối 2023-12-13
Ngày Phát Hành 2020-05-14
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://ceipal.com
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.ceipal.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "3.21",
    "name": "CEIPAL ATS",
    "description": "Easily add candidates from popular websites directly into the CEIPAL ATS applicant tracking system.",
    "background": {
        "service_worker": "event.js"
    },
    "action": {
        "default_icon": {
            "16": "icon16.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "run_at": "document_idle",
            "all_frames": true,
            "matches": [
                "https:\/\/resdex.naukri.com\/*",
                "https:\/\/www.linkedin.com\/*",
                "https:\/\/employer.dice.com\/*",
                "https:\/\/recruiter.foundit.in\/*",
                "https:\/\/www.cjhunter.com\/*",
                "https:\/\/recruiter.foundit.sg\/*",
                "https:\/\/recruiter.foundit.my\/*",
                "https:\/\/recruit.iimjobs.com\/*",
                "https:\/\/recruit.updazz.com\/*",
                "https:\/\/recruit.hirist.com\/*",
                "https:\/\/www.engineeristic.com\/*",
                "https:\/\/hiring.monster.com\/*"
            ],
            "js": [
                "js\/jquery-3.6.1.min.js",
                "js\/jquery-ui-1.13.2.custom.js",
                "content.js",
                "multiple-select.js",
                "combo-select-custom.js",
                "select2.js",
                "custom.js"
            ],
            "css": [
                "jquery-ui.css",
                "multiple-select.css",
                "css\/style.css",
                "select2-css\/select2.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "talenthire_logo.png",
                "icon.png",
                "loading.gif",
                "user_icon.svg",
                "right_arrow.svg",
                "left_arrow.svg",
                "minus_icon.png",
                "max_icon.jpg",
                "multiple-select.png",
                "candidate_preview.html",
                "css\/style.css",
                "select2-css\/select2.css"
            ],
            "matches": [
                "https:\/\/resdex.naukri.com\/*",
                "https:\/\/www.linkedin.com\/*",
                "https:\/\/employer.dice.com\/*",
                "https:\/\/recruiter.foundit.in\/*",
                "https:\/\/www.cjhunter.com\/*",
                "https:\/\/recruiter.foundit.sg\/*",
                "https:\/\/recruit.iimjobs.com\/*",
                "https:\/\/recruit.updazz.com\/*",
                "https:\/\/recruit.hirist.com\/*",
                "https:\/\/www.engineeristic.com\/*",
                "https:\/\/recruiter.foundit.my\/*",
                "https:\/\/hiring.monster.com\/*"
            ]
        }
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "permissions": [
        "activeTab",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage",
        "scripting"
    ]
}