Talendary
Supercharge your LinkedIn Recruiter experience using AI.
Talendary क्या है?
Talendary https://talendary.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Supercharge your LinkedIn Recruiter experience using AI."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Talendary एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Chrome Extension for the Talendary web application. It is a quicker way for recruiters and hiring managers to match CVs with job descriptions when browsing online. The tool can also be used to generate outreach messages.
एक्सटेंशन की मूल जानकारी
नाम | Talendary |
ID | bmcooeoofkmnbmlbnkhlfiepoekipkcj |
आधिकारिक URL | https://chromewebstore.google.com/detail/talendary/bmcooeoofkmnbmlbnkhlfiepoekipkcj |
विवरण | Supercharge your LinkedIn Recruiter experience using AI. |
फ़ाइल का आकार | 460 KB |
स्थापना संख्या | 56 |
वर्तमान संस्करण | 2.2.8 |
अंतिम अपडेट | 2024-03-04 |
प्रकाशन तिथि | 2023-10-05 |
रेटिंग | 4.75/5 कुल 4 रेटिंग्स |
डेवलपर | https://talendary.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | http://privacy.talendary.com |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Talendary", "description": "Supercharge your LinkedIn Recruiter experience using AI.", "version": "2.2.8", "action": { "default_popup": "popup.html" }, "permissions": [ "*:\/\/*.linkedin.com\/*", "identity", "activeTab", "scripting", "storage", "tabs" ], "oauth2": { "client_id": "309564921689-gspvub53bhdivbfvqtqkqio16416d272.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/userinfo.email" ] }, "icons": { "16": "icons\/favicon-16x16.png", "32": "icons\/favicon-32x32.png", "48": "icons\/favicon-48x48.png", "128": "icons\/favicon-128x128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.linkedin.com\/in\/*" ], "js": [ "content_scripts\/content_header.js", "content_scripts\/notification.js", "content_scripts\/moduleStates.js", "content_scripts\/content_profile.js", "content_scripts\/content_texthighlight.js" ] }, { "matches": [ "https:\/\/www.linkedin.com\/talent\/*" ], "js": [ "content_scripts\/content_recruiter_header.js", "content_scripts\/notification.js", "content_scripts\/r_moduleStates.js", "content_scripts\/content_recruiter.js", "content_scripts\/content_texthighlight.js", "content_scripts\/inject_style.js", "content_scripts\/content_console.js" ] } ], "web_accessible_resources": [ { "resources": [ "content_scripts\/*", "style.css", "icons\/*" ], "matches": [ "https:\/\/www.linkedin.com\/*" ] } ], "background": { "service_worker": "background.js" } } |