PCS Screenpop for Bullhorn
Screenpops Bullhorn when a phone call is received.
PCS Screenpop for Bullhorn क्या है?
PCS Screenpop for Bullhorn Palitto Consulting Services द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Screenpops Bullhorn when a phone call is received."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में PCS Screenpop for Bullhorn एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
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 |
ईमेल | [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" ] } |