Exelare LinkedIn Integration

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

Cos'è Exelare LinkedIn Integration?

Exelare LinkedIn Integration è un'estensione di Chrome sviluppata da Exelare, e la sua funzione principale è "Exelare LinkedIn extension is a bridge between Exelare and LinkedIn. It allows users to easily add/update candidates from LinkedIn".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Exelare LinkedIn Integration

Scarica i file di estensione Exelare LinkedIn Integration in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Exelare LinkedIn Integration Exelare LinkedIn Integration
ID mjafkfgdbgndbclkmeadnghiphakjfeh
URL Ufficiale https://chrome.google.com/webstore/detail/exelare-linkedin-integrat/mjafkfgdbgndbclkmeadnghiphakjfeh
Descrizione Exelare LinkedIn extension is a bridge between Exelare and LinkedIn. It allows users to easily add/update candidates from LinkedIn
Dimensione del File 2.35 MB
Conteggio Installazioni 777
Versione Corrente 2.0.2
Ultimo Aggiornamento 2022-07-07
Data di Pubblicazione 2020-06-02
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore Exelare
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://exelare.com/
URL della Pagina della Politica sulla Privacy https://exelare.com/company/customer-information-privacy
Lingue Supportate 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"
    ]
}