Linked CV - Website Generator
Transform your LinkedIn profile into a beautiful, responsive personal website.
What is Linked CV - Website Generator?
Linked CV - Website Generator is a Chrome extension developed by http://linkedcv.site, and its main feature is "Transform your LinkedIn profile into a beautiful, responsive personal website. ".
Extension Screenshots
Download Linked CV - Website Generator Extension CRX File
Download Linked CV - Website Generator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Transform your LinkedIn profile into an online CV on a beautiful, responsive personal website. This extension helps you save time by automatically transferring your existing data from LinkedIn to a CV-like website, which you can customize using different themes and custom domains.
Extension Basic Information
Name | |
ID | bicjcdinlbclfpmlnaamnkidpfgikjak |
Official URL | https://chrome.google.com/webstore/detail/linked-cv-website-generat/bicjcdinlbclfpmlnaamnkidpfgikjak |
Description | Transform your LinkedIn profile into a beautiful, responsive personal website. |
File Size | 41.07 KB |
Installation Count | 21 |
Current Version | 1.0 |
Last Updated | 2020-09-14 |
Publish Date | 2020-09-13 |
Rating | 1.00/5 Total 1 Ratings |
Developer | http://linkedcv.site |
[email protected] | |
Payment Type | free |
Extension Website | https://www.linkedcv.site/ |
Help Page URL | https://www.linkedcv.site/ |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "short_name": "Linked CV", "name": "Linked CV - Website Generator", "version": "1.0", "manifest_version": 2, "description": "Transform your LinkedIn profile into a beautiful, responsive personal website. ", "icons": { "128": "logo128.png" }, "background": { "scripts": [ "browser-polyfill.min.js", "config.js", "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "https:\/\/*.linkedin.com\/*", "https:\/\/*.linkedcv.site\/*" ], "js": [ "browser-polyfill.min.js", "jquery-3.5.1.min.js", "config.js", "content.js" ], "css": [ "content.css" ] } ], "permissions": [ "storage" ] } |