Exelare Open Sourcing

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

Co je Exelare Open Sourcing?

Exelare Open Sourcing je rozšíření Chrome vyvinuté Exelare, a jeho hlavní funkcí je „This is Exelare's Chrome extension for sourcing candidates from Google.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Exelare Open Sourcing

Stáhněte si soubory rozšíření Exelare Open Sourcing ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Exelare Open Sourcing Exelare Open Sourcing
ID ikpilljmpfkphnnnmlpjmnebgjagieeg
Oficiální URL https://chromewebstore.google.com/detail/exelare-open-sourcing/ikpilljmpfkphnnnmlpjmnebgjagieeg
Popis This is Exelare's Chrome extension for sourcing candidates from Google.
Velikost souboru 37.08 KB
Počet instalací 101
Aktuální Verze 1.0.0
Poslední Aktualizace 2021-05-12
Datum Vydání 2021-05-12
Vývojář Exelare
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://exelare.com/company/customer-information-privacy
Podporované Jazyky 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\/*"
        ]
    }
}