PCS Screenpop for Bullhorn

Screenpops Bullhorn when a phone call is received.

什麼是PCS Screenpop for Bullhorn?

PCS Screenpop for Bullhorn是由Palitto Consulting Services開發的Chrome擴展程式,該擴展的主要功能是“Screenpops Bullhorn when a phone call is received.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載PCS Screenpop for Bullhorn擴展crx文件

下載PCS Screenpop for Bullhorn擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This extension provides the ability to open a contact or candidate record in the Bullhorn CRM in response to phone activity.

Note: This plugin requires a phone-system-specific API from Palitto Consulting Services. This API is sold and licensed separate from this extension. Please contact Palitto Consulting Services for more information on licensing and supported phone systems.                    

擴展基本資訊

名稱 PCS Screenpop for Bullhorn PCS Screenpop for Bullhorn
ID hlacgoionfpaobeoicbpnldbgibjhifa
官方網址 https://chromewebstore.google.com/detail/pcs-screenpop-for-bullhor/hlacgoionfpaobeoicbpnldbgibjhifa
簡介 Screenpops Bullhorn when a phone call is received.
檔案大小 49.92 KB
安裝次數 86
目前版本 1.5
更新時間 2022-06-22
上架時間 2021-07-17
開發者 Palitto Consulting Services
電子郵箱 [email protected]
付費類型 free
說明頁面URL https://www.palittoconsulting.com/
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PCS Screenpop for Bullhorn",
    "description": "Screenpops Bullhorn when a phone call is received.",
    "version": "1.5",
    "icons": {
        "16": "img\/icon-16.png",
        "32": "img\/icon-32.png",
        "48": "img\/icon-48.png",
        "96": "img\/icon-96.png"
    },
    "permissions": [
        "https:\/\/app.bullhornstaffing.com\/*",
        "storage"
    ],
    "background": {
        "page": "background\/background.html",
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/app.bullhornstaffing.com\/"
            ],
            "js": [
                "content\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_icon": {
            "16": "img\/button-inactive-16.png",
            "32": "img\/button-inactive-32.png",
            "48": "img\/button-inactive-48.png",
            "96": "img\/button-inactive-96.png"
        },
        "default_title": "PCS Screenpop for Bullhorn",
        "default_popup": "config\/configuration.html#phone",
        "browser_style": true,
        "chrome_style": true
    },
    "web_accessible_resources": [
        "content\/main.js",
        "content\/node.js",
        "util.js",
        "screenpop.js"
    ]
}