PR Sourcing Tool
Save time when sourcing candidates.
PR Sourcing Tool क्या है?
PR Sourcing Tool https://passivereferral.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Save time when sourcing candidates."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में PR Sourcing Tool एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
BOT Shreyasi by Passivereferral is AI Telephonic Conversational HR, which speaks to candidate over the phone and tale care of end to end talent acquisition Process for employer PR sourcing tool help companies to automate candidate search and connect to large number of candidates in a go Passivereferral is a leading HR technology company, with product like applicant tracking system, Talent Crowdsourcing tool, Employee referral tool and many more
एक्सटेंशन की मूल जानकारी
नाम | PR Sourcing Tool |
ID | eejiciddgbndipimcblbaefniedednnl |
आधिकारिक URL | https://chromewebstore.google.com/detail/pr-sourcing-tool/eejiciddgbndipimcblbaefniedednnl |
विवरण | Save time when sourcing candidates. |
फ़ाइल का आकार | 232 KB |
स्थापना संख्या | 33 |
वर्तमान संस्करण | 2.8.8 |
अंतिम अपडेट | 2022-10-25 |
प्रकाशन तिथि | 2020-06-13 |
रेटिंग | 5.00/5 कुल 3 रेटिंग्स |
डेवलपर | https://passivereferral.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://passivereferral.com |
सहायता पृष्ठ URL | https://support.passivereferral.com |
गोपनीयता नीति पृष्ठ URL | https://passivereferral.com/privacy-policy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "PR Sourcing Tool", "description": "Save time when sourcing candidates.", "version": "2.8.8", "devtools_page": "devtools.html", "web_accessible_resources": [ "\/js\/scripts.js" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "jquery-2.2.4.min.js", "background.js" ], "persistent": true }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "cookies", "storage", "tabs", "*:\/\/*.naukri.com\/", "*:\/\/*.shine.com\/", "*:\/\/*.passivereferral.com\/", "https:\/\/api.passivereferral.com\/", "https:\/\/www.passivereferral.com\/" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "http:\/\/*.passivereferral.com\/" ], "js": [ "jquery-2.2.4.min.js", "content.js" ], "run_at": "document_end", "css": [ "css\/style.css" ] } ] } |