LinCV - Printable LinkedIn CV
Generate a beautiful printable CV / resume based on your LinkedIn profile data.
LinCV - Printable LinkedIn CV क्या है?
LinCV - Printable LinkedIn CV Nodetics द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Generate a beautiful printable CV / resume based on your LinkedIn profile data."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में LinCV - Printable LinkedIn CV एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Login to LinkedIn, click the WebExtension icon and select "View CV" to get a beautiful printable CV. Key features: - LinkedIn data is transformed into XML which can be then converted to a printable CV by using a built-in XSL template or you can create your own templates! - Custom data such as your references and social media links can be easily added using the Configuration screen - It actually works! Permissions: - cookies permission is required so that LinCV can fetch your skill data
एक्सटेंशन की मूल जानकारी
नाम | |
ID | cpajkgfpokllohpcpdgdchknfahfnhck |
आधिकारिक URL | https://chrome.google.com/webstore/detail/lincv-printable-linkedin/cpajkgfpokllohpcpdgdchknfahfnhck |
विवरण | Generate a beautiful printable CV / resume based on your LinkedIn profile data. |
फ़ाइल का आकार | 91.15 KB |
स्थापना संख्या | 216 |
वर्तमान संस्करण | 1.0.5 |
अंतिम अपडेट | 2020-07-07 |
प्रकाशन तिथि | 2020-04-08 |
रेटिंग | 3.67/5 कुल 3 रेटिंग्स |
डेवलपर | Nodetics |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://nodetics.com/nodetics-cws-privacy-policy.txt |
समर्थित भाषाएँ | id,de,en,en-GB,en-US,fr,nl,no,vi,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,hi,bn,th,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "LinCV - Printable LinkedIn CV", "short_name": "LinCV", "description": "Generate a beautiful printable CV \/ resume based on your LinkedIn profile data.", "version": "1.0.5", "author": "Nodetics", "default_locale": "en", "permissions": [ "cookies", "storage", "https:\/\/*.linkedin.com\/*" ], "background": { "scripts": [ "js\/util.js", "js\/background.js", "js\/parser.js" ], "persistent": true }, "icons": { "16": "images\/icon16.png", "64": "images\/icon64.png", "128": "images\/icon128.png" }, "browser_action": { "default_icon": { "16": "images\/icon16.png", "64": "images\/icon64.png", "128": "images\/icon128.png" }, "default_popup": "popup.html" } } |