Bullhorn Chrome Extension
Source candidates, contacts and jobs from the web using your browser.
Bullhorn Chrome Extension क्या है?
Bullhorn Chrome Extension Bullhorn, Inc. द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Source candidates, contacts and jobs from the web using your browser."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Bullhorn Chrome Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
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" ] } |