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."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Bullhorn Chrome Extension

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}