Bullhorn Chrome Extension

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

Qu'est-ce que Bullhorn Chrome Extension ?

Bullhorn Chrome Extension est une extension Chrome développée par Bullhorn, Inc., et sa fonction principale est "Source candidates, contacts and jobs from the web using your browser.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Bullhorn Chrome Extension

Téléchargez les fichiers d'extension Bullhorn Chrome Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Bullhorn Chrome Extension Bullhorn Chrome Extension
ID hmankdkgooppamccokcjigmhciihdpfi
URL Officiel https://chromewebstore.google.com/detail/bullhorn-chrome-extension/hmankdkgooppamccokcjigmhciihdpfi
Description Source candidates, contacts and jobs from the web using your browser.
Taille du Fichier 46.65 KB
Nombre d'Installations 7,606
Version Actuelle 1.1.8
Dernière Mise à Jour 2019-12-23
Date de Publication 2019-12-19
Évaluation 2.36/5 Total 22 Évaluations
Développeur Bullhorn, Inc.
Type de Paiement free
Site Web de l'Extension http://www.bullhorn.com
Langues Prises en Charge 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"
    ]
}