Exelare LinkedIn Integration

Exelare LinkedIn extension is a bridge between Exelare and LinkedIn. It allows users to easily add/update candidates from LinkedIn

Qu'est-ce que Exelare LinkedIn Integration ?

Exelare LinkedIn Integration est une extension Chrome développée par Exelare, et sa fonction principale est "Exelare LinkedIn extension is a bridge between Exelare and LinkedIn. It allows users to easily add/update candidates from LinkedIn".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Exelare LinkedIn Integration

Téléchargez les fichiers d'extension Exelare LinkedIn Integration au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Exelare LinkedIn extension is a bridge between Exelare and  LinkedIn. It allows users to easily add/update candidates from LinkedIn to Exelare. It makes life lot easier for a recruiter who uses both Exelare and LinkedIn.

1) Add Contacts/Candidates from LinkedIn to Exelare.
2) Link selected canddiates as Potential from LinkedIn into Exelare easily                    

Informations de Base sur l'Extension

Nom Exelare LinkedIn Integration Exelare LinkedIn Integration
ID mjafkfgdbgndbclkmeadnghiphakjfeh
URL Officiel https://chrome.google.com/webstore/detail/exelare-linkedin-integrat/mjafkfgdbgndbclkmeadnghiphakjfeh
Description Exelare LinkedIn extension is a bridge between Exelare and LinkedIn. It allows users to easily add/update candidates from LinkedIn
Taille du Fichier 2.35 MB
Nombre d'Installations 777
Version Actuelle 2.0.2
Dernière Mise à Jour 2022-07-07
Date de Publication 2020-06-02
Évaluation 5.00/5 Total 4 Évaluations
Développeur Exelare
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://exelare.com/
URL de la Page de Politique de Confidentialité https://exelare.com/company/customer-information-privacy
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Exelare LinkedIn Integration",
    "version": "2.0.2",
    "manifest_version": 2,
    "minimum_chrome_version": "27",
    "description": "Exelare LinkedIn extension is a bridge between Exelare and LinkedIn. It allows users to easily add\/update candidates from LinkedIn",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "loginForm.html"
    },
    "icons": {
        "64": "icon.png",
        "128": "icon_big.png"
    },
    "background": {
        "scripts": [
            "libs\/jquery.min.js",
            "libs\/jquery.cookie.js",
            "libs\/lodash.min.js",
            "newVersion\/scraper.js",
            "utils\/helpers.js",
            "newVersion\/NewBackground.js"
        ]
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/cbiz-srv2.network80.com\/; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.linkedin.com\/*"
            ],
            "exclude_matches": [
                "*:\/\/*.linkedin.com\/recruiter\/smartsearch*",
                "*:\/\/*.linkedin.com\/recruiter\/hiring-dashboard*"
            ],
            "css": [
                "css\/ExelareStyles.css"
            ],
            "js": [
                "libs\/jquery-3.2.1.min.js",
                "libs\/jquery.cookie.js",
                "libs\/lodash.min.js",
                "utils\/helpers.js",
                "newVersion\/newContentScript.js"
            ],
            "run_at": "document_end"
        }
    ],
    "options_page": "options.html",
    "permissions": [
        "*:\/\/*.linkedin.com\/*",
        "tabs",
        "storage"
    ]
}