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
公式URL 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
Eメール [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"
    ]
}