Exelare Open Sourcing

This is Exelare's Chrome extension for sourcing candidates from Google.

Cos'è Exelare Open Sourcing?

Exelare Open Sourcing è un'estensione di Chrome sviluppata da Exelare, e la sua funzione principale è "This is Exelare's Chrome extension for sourcing candidates from Google.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Exelare Open Sourcing

Scarica i file di estensione Exelare Open Sourcing 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

                        This is an Exelare extension for importing PDF, DOC and DOCX files found in Google into Exelare database. It displays a custom link under each PDF, DOC or DOCX link and once the user clicks it, it will automatically import this resume into Exelare. User can view the imported resume in Exelare directly from Google's Search page too.                    

Informazioni di Base sull'Estensione

Nome Exelare Open Sourcing Exelare Open Sourcing
ID ikpilljmpfkphnnnmlpjmnebgjagieeg
URL Ufficiale https://chromewebstore.google.com/detail/exelare-open-sourcing/ikpilljmpfkphnnnmlpjmnebgjagieeg
Descrizione This is Exelare's Chrome extension for sourcing candidates from Google.
Dimensione del File 37.08 KB
Conteggio Installazioni 101
Versione Corrente 1.0.0
Ultimo Aggiornamento 2021-05-12
Data di Pubblicazione 2021-05-12
Sviluppatore Exelare
Email [email protected]
Tipo di Pagamento free
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 Open Sourcing",
    "version": "1.0.0",
    "manifest_version": 2,
    "description": "This is Exelare's Chrome extension for sourcing candidates from Google.",
    "background": {
        "scripts": [
            "jquery.min.js",
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "activeTab",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "*:\/\/exelare-angular-test.azurewebsites.net\/*",
            "*:\/\/exelareweb.com\/*"
        ]
    }
}