Bullhorn Chrome Extension

Source candidates, contacts and jobs from the web using your browser.

Bullhorn Chrome Extensionとは何ですか?

Bullhorn Chrome ExtensionはBullhorn, Inc.によって開発されたChromeの拡張機能で、その主な機能は「Source candidates, contacts and jobs from the web using your browser.」です。

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

screenshot

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

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

拡張機能の使用方法

                        Capture information sourced from the web directly into Bullhorn.

Bullhorn Chrome Extension is a free Google Chrome Extension that allows users to easily create and update records in Bullhorn, using text from the web. Increase your team's efficiency and reduce clicks by leveraging Bullhorn's parsing engine to extract information and pre-populate fields in Bullhorn.

When you come across interesting information on the web that could be a potential candidate, contact, lead, opportunity or job, you can easily create new records in Bullhorn with a few clicks.

Add the Bullhorn Chrome Extension to your Chrome browser and get started right away!                    

拡張機能の基本情報

名前 Bullhorn Chrome Extension Bullhorn Chrome Extension
ID hmankdkgooppamccokcjigmhciihdpfi
公式URL https://chromewebstore.google.com/detail/bullhorn-chrome-extension/hmankdkgooppamccokcjigmhciihdpfi
説明 Source candidates, contacts and jobs from the web using your browser.
ファイルサイズ 46.65 KB
インストール数 7,606
現在のバージョン 1.1.8
最終更新日 2019-12-23
公開日 2019-12-19
評価 2.36/5 合計 22 レビュー
開発者 Bullhorn, Inc.
支払い方法 free
拡張機能のウェブサイト http://www.bullhorn.com
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "js": [
                "includes\/content.js"
            ]
        }
    ],
    "name": "Bullhorn Chrome Extension",
    "icons": {
        "128": "icons\/icon128.png",
        "48": "icons\/icon48.png",
        "16": "icons\/button.png"
    },
    "web_accessible_resources": [
        "res\/*"
    ],
    "description": "Source candidates, contacts and jobs from the web using your browser.",
    "background": {
        "page": "background.html"
    },
    "homepage_url": "http:\/\/www.bullhorn.com",
    "version": "1.1.8",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icons\/button.png",
        "default_title": "Bullhorn Chrome Extension"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "webNavigation"
    ]
}