Lever Hire Extension

Import data to Lever Hire

Lever Hire Extensionとは何ですか?

Lever Hire Extensionはhttps://lever.coによって開発されたChromeの拡張機能で、その主な機能は「Import data to Lever Hire」です。

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

screenshot
screenshot
screenshot

Lever Hire Extension拡張機能のCRXファイルをダウンロード

Lever Hire Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        ▻  Source candidates with one click.

      ●  Full resume
      ●  Job titles
      ●  Job descriptions
      ●  Time spent in current and previous jobs

▻  Avoid duplicate entries by being notified if a candidate is already in Lever Hire.

▻  Spend less time entering data, and free up more time for the true work of hiring.


──────────────────────────────
⚠ You need a Lever account to use the Lever Import Extension. Request access here: https://lever.co/                    

拡張機能の基本情報

名前 Lever Hire Extension Lever Hire Extension
ID dgbcohbjchndmjocioegkgdniaffcaia
公式URL https://chromewebstore.google.com/detail/lever-hire-extension/dgbcohbjchndmjocioegkgdniaffcaia
説明 Import data to Lever Hire
ファイルサイズ 326 KB
インストール数 10,000
現在のバージョン 2.18.0
最終更新日 2022-10-12
公開日 2019-08-13
評価 2.83/5 合計 23 レビュー
開発者 https://lever.co
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.lever.co/
ヘルプページのURL https://help.lever.co/hc/en-us
プライバシーポリシーページのURL https://www.lever.co/privacy-policy
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Lever Hire Extension",
    "version": "2.18.0",
    "manifest_version": 2,
    "description": "Import data to Lever Hire",
    "icons": {
        "16": "icons\/lever-chrome-icon-16.png",
        "48": "icons\/lever-chrome-icon-dark-48.png",
        "128": "icons\/lever-chrome-icon-dark-128.png"
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "content_security_policy": "default-src 'self' https:\/\/*.lever.co; script-src 'self' https:\/\/*.lever.co; style-src 'self' 'unsafe-inline'",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage",
        "tabs",
        "unlimitedStorage",
        "webNavigation",
        "webRequest",
        "webRequestBlocking"
    ],
    "background": {
        "scripts": [
            "SiteConf.js",
            "LeverOrigin.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "Lever Hire",
        "default_icon": {
            "19": "icons\/lever-chrome-icon-dark-19.png",
            "38": "icons\/lever-chrome-icon-dark-38.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/lever.co\/*",
                "https:\/\/hire.lever.co\/*",
                "https:\/\/hire.stage.lever.co\/*",
                "https:\/\/hire.eu.lever.co\/*"
            ],
            "js": [
                "check_install.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "dragdrop.js",
                "wrapper.js"
            ],
            "css": [
                "wrapper.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "lib\/inboxsdk.min.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "loading.html",
        "panel.html",
        "panel.js",
        "toast.html",
        "toast.js",
        "icons\/*.png",
        "fonts\/*.woff"
    ]
}