Exelare Open Sourcing

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

Co to jest Exelare Open Sourcing?

Exelare Open Sourcing to rozszerzenie Chrome opracowane przez Exelare, a jego główną funkcją jest „This is Exelare's Chrome extension for sourcing candidates from Google.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Exelare Open Sourcing

Pobierz pliki rozszerzeń Exelare Open Sourcing w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Exelare Open Sourcing Exelare Open Sourcing
ID ikpilljmpfkphnnnmlpjmnebgjagieeg
Oficjalny URL https://chromewebstore.google.com/detail/exelare-open-sourcing/ikpilljmpfkphnnnmlpjmnebgjagieeg
Opis This is Exelare's Chrome extension for sourcing candidates from Google.
Rozmiar pliku 37.08 KB
Liczba instalacji 101
Aktualna Wersja 1.0.0
Ostatnia Aktualizacja 2021-05-12
Data Publikacji 2021-05-12
Deweloper Exelare
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://exelare.com/company/customer-information-privacy
Obsługiwane Języki 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\/*"
        ]
    }
}