CV from Linkedin
Download PDF CV from Linkedin
CV from Linkedin क्या है?
CV from Linkedin FAS द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Download PDF CV from Linkedin"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में CV from Linkedin एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This Chrome extension helps you to receive CV in PDF from Linkedin any Linkedin profile. Just one click allow you to get CV at PDF. At this moment, there are some problems with the display of contacts. Be sure I'm keep working on it. Version 2.2 fresh update 06/10/2018 work all features
एक्सटेंशन की मूल जानकारी
नाम | |
ID | jibfaebjlbhncaompoffbkjldkbdedja |
आधिकारिक URL | https://chrome.google.com/webstore/detail/cv-from-linkedin/jibfaebjlbhncaompoffbkjldkbdedja |
विवरण | Download PDF CV from Linkedin |
फ़ाइल का आकार | 916 KB |
स्थापना संख्या | 1,000 |
वर्तमान संस्करण | 2.2 |
अंतिम अपडेट | 2018-10-06 |
प्रकाशन तिथि | 2018-10-06 |
रेटिंग | 2.80/5 कुल 10 रेटिंग्स |
डेवलपर | FAS |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CV from Linkedin", "description": "Download PDF CV from Linkedin", "version": "2.2", "page_action": { "default_icon": { "16": "images\/CV.png", "128": "images\/CVB.png" } }, "author": "FAS", "icons": { "48": "images\/CVB.png", "128": "images\/CVB.png" }, "background": { "scripts": [ "pdfmake.min.js", "vfsfonts.js", "background.js" ], "persistent": false }, "permissions": [ "tabs", "activeTab", "declarativeContent", "https:\/\/linkedin.com\/in\/*" ] } |