Linkedin Resume Bulk Downloader
Download all resumes from linkedin jobs application in one click.
Linkedin Resume Bulk Downloader क्या है?
Linkedin Resume Bulk Downloader https://singularitylabs-ai.github.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Download all resumes from linkedin jobs application in one click."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Linkedin Resume Bulk Downloader एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Are you a recruiter who needs to download lots of resumes from a linkedin job post ? Then this is the right tool for you. It enables you to download all resumes from linkedin jobs application in one click. LEGAL: Disclaimer: This Linkedin Resume Bulk Downloader app is not official Linkedin™ application. It is an unofficial extension that is developed and maintained independently and has no affiliation to Linkedin .
एक्सटेंशन की मूल जानकारी
नाम | Linkedin Resume Bulk Downloader |
ID | gmfcjekabcpfejkpcaedcjjbfbfdeaml |
आधिकारिक URL | https://chromewebstore.google.com/detail/linkedin-resume-bulk-down/gmfcjekabcpfejkpcaedcjjbfbfdeaml |
विवरण | Download all resumes from linkedin jobs application in one click. |
फ़ाइल का आकार | 161 KB |
स्थापना संख्या | 107 |
वर्तमान संस्करण | 0.0.3 |
अंतिम अपडेट | 2024-03-02 |
प्रकाशन तिथि | 2023-11-25 |
रेटिंग | 1.00/5 कुल 1 रेटिंग्स |
डेवलपर | https://singularitylabs-ai.github.io |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/ishandutta2007/https-github.com-ishandutta2007-linkedin-resume-bulk-download-extension-mini |
सहायता पृष्ठ URL | https://github.com/ishandutta2007/https-github.com-ishandutta2007-linkedin-resume-bulk-download-extension-mini/issues |
गोपनीयता नीति पृष्ठ URL | https://singularitylabs-ai.github.io/privacypolicy |
समर्थित भाषाएँ | de,en,fr,es,hu,pt-PT,ro,ru,uk,iw,zh-CN,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "0.0.3", "manifest_version": 3, "icons": { "16": "logo.png", "32": "logo.png", "48": "logo.png", "128": "logo.png" }, "host_permissions": [ "https:\/\/*.linkedin.com\/" ], "permissions": [ "storage" ], "background": { "service_worker": "background.js" }, "action": { "default_popup": "popup.html" }, "options_ui": { "page": "options.html", "open_in_tab": true }, "content_scripts": [ { "matches": [ "https:\/\/linkedin.com\/*", "https:\/\/*.linkedin.com\/*" ], "js": [ "content-script.js" ], "css": [ "content-script.css" ] } ] } |