iClickats Talent Booster

iClickats Talent Booster

Τι είναι το iClickats Talent Booster;

Το iClickats Talent Booster είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον IT World Web.com, και η κύρια λειτουργία του είναι "iClickats Talent Booster".

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

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης iClickats Talent Booster

Λήψη αρχείων επέκτασης iClickats Talent Booster σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        This iClickats Talent Booster is the only tool out there your Recruitment team REALLY needs to be 50-70% more efficient. It works as a mini-iClickats accessible from your browser while you are browsing Linkedin or Naukri job board. 

WHY USE IT?
- Helps you avoid creating duplicate profiles (shows who is already in your iClickats)
- Helps you save a candidate profile in < 30 seconds (auto parses over 15 candidate fields)
- Enables you to assign candidates to jobs in iClickats, create tasks, write notes and manage all your candidate details without leaving Linkedin and Naukri


WHO IS IT FOR?
- Sourcers
- Recruiters
- HRs
- Hiring Managers

The iClickats Talent Booster works only in combination with a valid subscription plan. It is compatible with the Chrome browser only. 
Works with Linkedin Regular account and Naukri job board.


ABOUT ICLICKATS

iClickats is the only data driven applicant tracking system which helps you and your Recruitment team:
- Answer 100+ Hiring manager's questions based on your hiring insights 
- Cut down your hiring costs by 50%-70% 
- Automate your whole recruitment process up to 70-80%

Interested in building a strong automated hiring process, be able to see every data you need to make decisions and save up to 70% on your hiring costs?
visit: www.iClickats.com and request a demo

iCLICKATS FREE PLAN
- Unlimited users
- Pay per job (less than cup of coffee)
- Create up to 30k candidate profiles


SUBSCRIPTION PLANS
- Startup (lower priced than any other ats out there)
- Growth (lower priced than any other ats out there)

Tons of powerful add-ons, for you to buy as you go.

iClickats pricing is the most transparent - pay only for what you use. Gain full visibility of your costs with our usage data and insights.                    

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

Όνομα iClickats Talent Booster iClickats Talent Booster
ID fceibemhbfdalddpenabjkcfdgheeaij
Επίσημο URL https://chromewebstore.google.com/detail/iclickats-talent-booster/fceibemhbfdalddpenabjkcfdgheeaij
Περιγραφή iClickats Talent Booster
Μέγεθος Αρχείου 450 KB
Αριθμός Εγκαταστάσεων 43
Τρέχουσα Έκδοση 2.1.9
Τελευταία Ενημέρωση 2023-12-13
Ημερομηνία Δημοσίευσης 2020-06-29
Αξιολόγηση 5.00/5 Συνολικά 14 Αξιολογήσεις
Προγραμματιστής IT World Web.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.iclickats.com
URL της Σελίδας Πολιτικής Απορρήτου https://www.iclickats.com/privacy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "iClickats Talent Booster",
    "version": "2.1.9",
    "manifest_version": 2,
    "description": "iClickats Talent Booster",
    "author": "Pavel Angelov",
    "icons": {
        "16": "images\/iclickats-logo.png",
        "48": "images\/iclickats-logo.png",
        "128": "images\/iclickats-logo.png"
    },
    "browser_action": {
        "default_icon": {
            "20": "images\/iclickats-logo.png",
            "30": "images\/iclickats-logo.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.linkedin.com\/*",
                "https:\/\/*.linkedin.com\/*",
                "http:\/\/linkedin.com\/*",
                "https:\/\/linkedin.com\/*",
                "http:\/\/*.naukri.com\/*",
                "https:\/\/*.naukri.com\/*",
                "http:\/\/naukri.com\/*",
                "https:\/\/naukri.com\/*"
            ],
            "js": [
                ".\/scripts\/libs\/jQuery-3.2.1.min.js",
                ".\/scripts\/libs\/jquery.validate.min.js",
                ".\/scripts\/libs\/jquery-ui.js",
                ".\/scripts\/libs\/jspdf.min.js",
                ".\/scripts\/libs\/select2.full.min.js",
                ".\/scripts\/injected\/country-helper.js",
                ".\/scripts\/injected\/http-requests.js",
                ".\/scripts\/injected\/page-actions.js",
                ".\/scripts\/injected\/page-scrapper.js",
                ".\/scripts\/injected\/profile-script.js",
                ".\/scripts\/injected\/linkedin-dashboard.js",
                ".\/scripts\/injected\/naukri-dashboard.js",
                ".\/scripts\/injected\/index.js"
            ],
            "css": [
                ".\/styles\/reset.css",
                ".\/styles\/index.css",
                ".\/styles\/login.css",
                ".\/styles\/notifications.css",
                ".\/styles\/jquery-ui.css",
                ".\/styles\/select2.min.css",
                ".\/styles\/profile.css"
            ],
            "run_at": "document_start"
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.iclickats.com\/*"
        ]
    },
    "background": {
        "scripts": [
            ".\/scripts\/background.js"
        ]
    },
    "web_accessible_resources": [
        "images\/*.png",
        "images\/*.jpg",
        "images\/*.gif",
        "styles\/*.woff"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": []
}