PyjamaHR: Import Candidates with Ease

A chrome extension to quickly import candidates to any job in PyjamaHR

Τι είναι το PyjamaHR: Import Candidates with Ease;

Το PyjamaHR: Import Candidates with Ease είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον PyjamaHR, και η κύρια λειτουργία του είναι "A chrome extension to quickly import candidates to any job in PyjamaHR".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης PyjamaHR: Import Candidates with Ease

Λήψη αρχείων επέκτασης PyjamaHR: Import Candidates with Ease σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        PyjamaHR Chrome extension helps recruiters to effortlessly source candidates (including their resumes) from various job portals at a click of a button!

Here’s how simple the PyjamaHR extension is: On the  job portal, select the candidate(s) you wish to import, click on the PyjamaHR icon on the top right corner of the candidate profile. Then select the respective job opening or a talent pool folder you wish to add the candidate(s) to, voila! 

Some amazing features:
Import candidates and their resumes in just one click
Parse candidates data into candidate profiles automatically
Add imported candidates to specific jobs or talent pool folders
Bulk import candidates in one go
Contact us: [email protected]
To learn more about PyjamaHR: https://pyjamahr.com/

Note: We do not support resume imports while bulk importing candidates, yet!                    

Βασικές Πληροφορίες Επέκτασης

Όνομα PyjamaHR: Import Candidates with Ease PyjamaHR: Import Candidates with Ease
ID incfdogmfgbemelgfadiedakpejffpin
Επίσημο URL https://chromewebstore.google.com/detail/pyjamahr-import-candidate/incfdogmfgbemelgfadiedakpejffpin
Περιγραφή A chrome extension to quickly import candidates to any job in PyjamaHR
Μέγεθος Αρχείου 660 KB
Αριθμός Εγκαταστάσεων 1,354
Τρέχουσα Έκδοση 3.56.2
Τελευταία Ενημέρωση 2024-03-04
Ημερομηνία Δημοσίευσης 2022-08-30
Αξιολόγηση 4.76/5 Συνολικά 17 Αξιολογήσεις
Προγραμματιστής PyjamaHR
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://pyjamahr.com/
Διεύθυνση URL της Σελίδας Βοήθειας https://helpcenter.pyjamahr.com/
URL της Σελίδας Πολιτικής Απορρήτου https://pyjamahr.com/privacy-policy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "A chrome extension to quickly import candidates to any job in PyjamaHR",
    "version": "3.56.2",
    "name": "PyjamaHR: Import Candidates with Ease",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon-128.png",
        "default_title": "PyjamaHR: Import Candidates with Ease"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/rms.naukri.com\/*",
                "https:\/\/hiring.naukri.com\/*",
                "https:\/\/resdex.naukri.com\/v3\/*",
                "https:\/\/resdex.naukri.com\/lite\/*",
                "https:\/\/app.pyjamahr.com\/jobs\/",
                "https:\/\/app.pyjamahr.com\/dashboard",
                "https:\/\/staging.app.pyjamahr.com\/jobs\/",
                "https:\/\/testing.pyjamahr.com\/*",
                "https:\/\/wellfound.com\/*",
                "https:\/\/staging.app.pyjamahr.com\/*",
                "https:\/\/www.linkedin.com\/*",
                "https:\/\/www.linkedin.com\/hiring\/jobs\/*",
                "https:\/\/employers.indeed.com\/candidates\/*",
                "https:\/\/employers.indeed.com\/jobs\/*",
                "https:\/\/employers.indeed.com\/candidates*",
                "https:\/\/employers.indeed.com\/jobs*",
                "https:\/\/loadtesting.pyjamahr.com\/jobs\/*"
            ],
            "all_frames": true,
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        },
        {
            "matches": [
                "https:\/\/www.linkedin.com\/*",
                "https:\/\/rms.naukri.com\/*",
                "https:\/\/hiring.naukri.com\/*",
                "https:\/\/resdex.naukri.com\/v3\/*",
                "https:\/\/resdex.naukri.com\/lite\/*",
                "https:\/\/angel.co\/recruit\/*",
                "https:\/\/wellfound.com\/*",
                "https:\/\/recruit.hirist.tech\/*",
                "https:\/\/recruit.iimjobs.com\/*",
                "https:\/\/app.pyjamahr.com\/jobs\/",
                "https:\/\/www.linkedin.com\/hiring\/jobs\/*",
                "https:\/\/staging.app.pyjamahr.com\/jobs\/",
                "https:\/\/employers.indeed.com\/candidates\/*",
                "https:\/\/employers.indeed.com\/jobs\/*",
                "https:\/\/staging.app.pyjamahr.com\/",
                "https:\/\/loadtesting.pyjamahr.com\/jobs\/*",
                "https:\/\/employers.indeed.com\/candidates*",
                "https:\/\/employers.indeed.com\/jobs*"
            ],
            "all_frames": true,
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "icon-128.png",
                "icon-32.png",
                "logo.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "manifest_version": 3,
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "host_permissions": [
        "https:\/\/www.naukri.com\/*",
        "https:\/\/rms.naukri.com\/*",
        "https:\/\/hiring.naukri.com\/*",
        "https:\/\/resdex.naukri.com\/v3\/*",
        "https:\/\/resdex.naukri.com\/lite\/*",
        "https:\/\/app.pyjamahr.com\/*",
        "https:\/\/staging.app.pyjamahr.com\/*",
        "https:\/\/www.linkedin.com\/*",
        "https:\/\/recruit.iimjobs.com\/*",
        "https:\/\/recruit.hirist.tech\/*",
        "https:\/\/angel.co\/*",
        "https:\/\/employers.indeed.com\/candidates*",
        "https:\/\/wellfound.com\/*",
        "https:\/\/employers.indeed.com\/candidates\/*",
        "https:\/\/employers.indeed.com\/jobs\/*",
        "https:\/\/employers.indeed.com\/jobs*",
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "https:\/\/loadtesting.pyjamahr.com\/jobs\/*"
    ],
    "permissions": [
        "activeTab",
        "storage",
        "tabs",
        "webRequest"
    ]
}