PCS Screenpop for Bullhorn
Screenpops Bullhorn when a phone call is received.
PCS Screenpop for Bullhorn là gì?
PCS Screenpop for Bullhorn là một tiện ích mở rộng Chrome được phát triển bởi Palitto Consulting Services, và tính năng chính của nó là "Screenpops Bullhorn when a phone call is received.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng PCS Screenpop for Bullhorn
Tải xuống các tệp mở rộng PCS Screenpop for Bullhorn dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | PCS Screenpop for Bullhorn |
ID | hlacgoionfpaobeoicbpnldbgibjhifa |
URL Chính Thức | https://chromewebstore.google.com/detail/pcs-screenpop-for-bullhor/hlacgoionfpaobeoicbpnldbgibjhifa |
Mô tả | Screenpops Bullhorn when a phone call is received. |
Kích Thước Tệp | 49.92 KB |
Số Lần Cài Đặt | 86 |
Phiên Bản Hiện Tại | 1.5 |
Cập Nhật Lần Cuối | 2022-06-22 |
Ngày Phát Hành | 2021-07-17 |
Nhà Phát Triển | Palitto Consulting Services |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Trợ Giúp | https://www.palittoconsulting.com/ |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |