CEIPAL ATS

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

What is CEIPAL ATS?

CEIPAL ATS is a Chrome extension developed by https://ceipal.com, and its main feature is "Easily add candidates from popular websites directly into the CEIPAL ATS applicant tracking system.".

Extension Screenshots

screenshot
screenshot
screenshot

Download CEIPAL ATS Extension CRX File

Download CEIPAL ATS 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 time when sourcing candidates from websites like LinkedIn, Dice, Naukri and MonsterIndia. Click the CEIPAL icon to parse candidate information from web pages.                    

Extension Basic Information

Name CEIPAL ATS CEIPAL ATS
ID kkgceijhkicellejnificapnjfnpejon
Official URL https://chromewebstore.google.com/detail/ceipal-ats/kkgceijhkicellejnificapnjfnpejon
Description Easily add candidates from popular websites directly into the CEIPAL ATS applicant tracking system.
File Size 716 KB
Installation Count 6,009
Current Version 3.21
Last Updated 2023-12-13
Publish Date 2020-05-14
Rating 5.00/5 Total 1 Ratings
Developer https://ceipal.com
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.ceipal.com/privacy-policy
Supported Languages 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"
    ]
}