Trello Linkedin Helper
linkedin-trello Linkedin to Trello connector to follow the status of your hiring process accross your organization Link to the…
Trello Linkedin Helper क्या है?
Trello Linkedin Helper jean-louis.queguiner द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "linkedin-trello Linkedin to Trello connector to follow the status of your hiring process accross your organization Link to the…"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Trello Linkedin Helper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
linkedin-trello Linkedin to Trello connector to follow the status of your hiring process accross your organization Link to the Wiki . https://github.com/jqueguiner/linkedin-trello/wiki you need a 1st degree connection to see the trello button after adding the connection to the trello, refresh the page to get the trello card you can share the same trello and status with you colleague (but they need to have their how trello api key in the extension) and you need to invite them to the recruiting board you can change the status of the recruiting process in 1 click from linkedin you can add comment in 1 click all the organisation gets the same status for the process (candidate not contacted twice!) you can view the status of all you candidate pool from the trello board directly to have a 360 view of your candidates pipeline Happy recruiting and feel free to contribute
एक्सटेंशन की मूल जानकारी
नाम | Trello Linkedin Helper |
ID | bljigloeikaihodehchnpcnpgbhplcdp |
आधिकारिक URL | https://chromewebstore.google.com/detail/trello-linkedin-helper/bljigloeikaihodehchnpcnpgbhplcdp |
विवरण | linkedin-trello Linkedin to Trello connector to follow the status of your hiring process accross your organization Link to the… |
फ़ाइल का आकार | 188 KB |
स्थापना संख्या | 92 |
वर्तमान संस्करण | 0.6 |
अंतिम अपडेट | 2018-07-26 |
प्रकाशन तिथि | 2018-07-26 |
रेटिंग | 5.00/5 कुल 4 रेटिंग्स |
डेवलपर | jean-louis.queguiner |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/jqueguiner/linkedin-trello |
सहायता पृष्ठ URL | https://github.com/jqueguiner/linkedin-trello/wiki |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Trello Linkedin Helper", "version": "0.6", "manifest_version": 2, "description": "", "page_action": { "default_icon": { "19": "icons\/19.png", "38": "icons\/38.png" } }, "options_ui": { "page": "options.html", "chrome_style": true }, "background": { "scripts": [ "background.js" ] }, "web_accessible_resources": [ "settings\/options.html" ], "content_scripts": [ { "matches": [ "*:\/\/*.linkedin.com\/in\/*", "*:\/\/*.linkedin.com\/search\/results\/*" ], "js": [ "lib\/jquery.js", "lib\/trello_client.js", "lib\/trello.embed.min.js", "trello_trigger.js" ], "run_at": "document_idle", "all_frames": true } ], "permissions": [ "tabs", "*:\/\/*.linkedin.com\/in\/*", "storage" ], "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "content_security_policy": "connect-src 'self' https:\/\/trello.com; script-src 'self' https:\/\/trello.com; object-src 'self' https:\/\/trello.com;" } |