Bullhorn Chrome Extension
Source candidates, contacts and jobs from the web using your browser.
¿Qué es Bullhorn Chrome Extension?
Bullhorn Chrome Extension es una extensión de Chrome desarrollada por Bullhorn, Inc., y su función principal es "Source candidates, contacts and jobs from the web using your browser.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Bullhorn Chrome Extension
Descarga archivos de extensión Bullhorn Chrome Extension en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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!
Información Básica de la Extensión
Nombre | Bullhorn Chrome Extension |
ID | hmankdkgooppamccokcjigmhciihdpfi |
URL Oficial | https://chromewebstore.google.com/detail/bullhorn-chrome-extension/hmankdkgooppamccokcjigmhciihdpfi |
Descripción | Source candidates, contacts and jobs from the web using your browser. |
Tamaño del Archivo | 46.65 KB |
Cantidad de Instalaciones | 7,606 |
Versión Actual | 1.1.8 |
Última Actualización | 2019-12-23 |
Fecha de Publicación | 2019-12-19 |
Calificación | 2.36/5 Total de 22 Calificaciones |
Desarrollador | Bullhorn, Inc. |
Tipo de Pago | free |
Sitio Web de la Extensión | http://www.bullhorn.com |
Idiomas Soportados | 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" ] } |