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はUnknownによって開発されたChromeの拡張機能で、その主な機能は「This extension will fill in links to LinkedIn and GitHub profiles on job apps for Lever.co's Application Tracking System.」です。

拡張機能のスクリーンショット

screenshot

Lever App Filler Plugin拡張機能のCRXファイルをダウンロード

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"
    ]
}