Bullhorn Chrome Extension
Source candidates, contacts and jobs from the web using your browser.
ما هو Bullhorn Chrome Extension؟
Bullhorn Chrome Extension هو إضافة Chrome تم تطويرها بواسطة Bullhorn, Inc.، والميزة الرئيسية لها هي "Source candidates, contacts and jobs from the web using your browser.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Bullhorn Chrome Extension
قم بتنزيل ملفات الامتداد Bullhorn Chrome Extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
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" ] } |