Factorial Sourcing
Import candidates easily from different websites such as LinkedIn into your job openings in Factorial.
Factorial Sourcing क्या है?
Factorial Sourcing Factorial HR द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Import candidates easily from different websites such as LinkedIn into your job openings in Factorial."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Factorial Sourcing एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Sourcing candidates is a very time-consuming method to acquire candidates, but it is also key to get the best talent. This extension enables Factorial clients to make sourcing straightforward by allowing to import candidate profiles from LinkedIn and other popular sites. - Assign candidates to a specific job opening and phase - Gather candidate contact information
एक्सटेंशन की मूल जानकारी
नाम | Factorial Sourcing |
ID | ceaieellonhoiaielfdbelnpblojpecd |
आधिकारिक URL | https://chromewebstore.google.com/detail/factorial-sourcing/ceaieellonhoiaielfdbelnpblojpecd |
विवरण | Import candidates easily from different websites such as LinkedIn into your job openings in Factorial. |
फ़ाइल का आकार | 20.68 KB |
स्थापना संख्या | 160 |
वर्तमान संस्करण | 0.1.1 |
अंतिम अपडेट | 2023-01-14 |
प्रकाशन तिथि | 2023-01-13 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | Factorial HR |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://factorialhr.com/ |
सहायता पृष्ठ URL | https://help.factorialhr.com/ |
गोपनीयता नीति पृष्ठ URL | https://factorialhr.com/privacy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Factorial Sourcing", "description": "Import candidates easily from different websites such as LinkedIn into your job openings in Factorial.", "version": "0.1.1", "minimum_chrome_version": "108", "action": { "default_icon": { "16": "images\/logo-16.png", "48": "images\/logo-48.png", "128": "images\/logo-128.png" } }, "background": { "service_worker": "js\/background.js" }, "icons": { "16": "images\/logo-16.png", "48": "images\/logo-48.png", "128": "images\/logo-128.png" }, "content_scripts": [ { "js": [ "js\/tab.js" ], "matches": [ "https:\/\/www.linkedin.com\/*" ] }, { "js": [ "js\/linkedin.js" ], "matches": [ "https:\/\/www.linkedin.com\/*" ] }, { "js": [ "js\/linkedin_talent.js" ], "matches": [ "https:\/\/www.linkedin.com\/talent\/*" ] } ], "web_accessible_resources": [ { "resources": [ "sidebar.html", "js\/sidebar.js", "css\/sidebar.css", "css\/tab.css" ], "matches": [ "https:\/\/www.linkedin.com\/*" ] } ], "commands": { "_execute_action": { "suggested_key": { "windows": "Alt+Shift+F", "mac": "Alt+Shift+F", "chromeos": "Alt+Shift+F", "linux": "Alt+Shift+F" } } }, "permissions": [ "cookies", "declarativeNetRequestWithHostAccess" ], "host_permissions": [ "https:\/\/app.factorialhr.com\/", "https:\/\/api.factorialhr.com\/" ] } |