Exelare Open Sourcing

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

Что такое Exelare Open Sourcing?

Exelare Open Sourcing - это расширение Chrome, разработанное Exelare, и его основная функция - "This is Exelare's Chrome extension for sourcing candidates from Google.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Exelare Open Sourcing

Скачайте файлы расширений Exelare Open Sourcing в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Exelare Open Sourcing Exelare Open Sourcing
ID ikpilljmpfkphnnnmlpjmnebgjagieeg
Официальный URL https://chromewebstore.google.com/detail/exelare-open-sourcing/ikpilljmpfkphnnnmlpjmnebgjagieeg
Описание This is Exelare's Chrome extension for sourcing candidates from Google.
Размер файла 37.08 KB
Количество установок 101
Текущая Версия 1.0.0
Последнее Обновление 2021-05-12
Дата публикации 2021-05-12
Разработчик Exelare
Электронная почта [email protected]
Тип оплаты free
URL страницы политики конфиденциальности https://exelare.com/company/customer-information-privacy
Поддерживаемые языки 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\/*"
        ]
    }
}