Lever App Filler Plugin

This extension will fill in links to LinkedIn and GitHub profiles on job apps for Lever.co's Application Tracking System.

Что такое Lever App Filler Plugin?

Lever App Filler Plugin - это расширение Chrome, разработанное Unknown, и его основная функция - "This extension will fill in links to LinkedIn and GitHub profiles on job apps for Lever.co's Application Tracking System.".

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

screenshot

Скачать файл CRX расширения Lever App Filler Plugin

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

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

                        Chrome extension to make it easy to fill out job applications using Lever.co's application tracking system. Stores information inside Chrome local storage and uses JQuery to validate Lever's ATS and pre-fill information in the text fields.                    

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

Название Lever App Filler Plugin Lever App Filler Plugin
ID eehdfhkagnegkdkjbklapdkcdnefkcgb
Официальный URL https://chromewebstore.google.com/detail/lever-app-filler-plugin/eehdfhkagnegkdkjbklapdkcdnefkcgb
Описание This extension will fill in links to LinkedIn and GitHub profiles on job apps for Lever.co's Application Tracking System.
Размер файла 40.91 KB
Количество установок 17
Текущая Версия 1.1
Последнее Обновление 2017-05-18
Дата публикации 2017-05-18
Разработчик Unknown
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Lever App Filler Plugin",
    "description": "This extension will fill in links to LinkedIn and GitHub profiles on job apps for Lever.co's Application Tracking System.",
    "version": "1.1",
    "options_ui": {
        "page": "options.html",
        "chrome_style": true,
        "open_in_tab": true
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "js": [
                "jquery-3.2.0.min.js",
                "background.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "storage"
    ]
}