Linked CV - Website Generator
Transform your LinkedIn profile into a beautiful, responsive personal website.
Was ist Linked CV - Website Generator?
Linked CV - Website Generator ist eine Chrome-Erweiterung, die von http://linkedcv.site entwickelt wurde, und ihr Hauptmerkmal ist "Transform your LinkedIn profile into a beautiful, responsive personal website. ".
Erweiterungsscreenshots
Linked CV - Website Generator-Erweiterungs-CRX-Datei herunterladen
Laden Sie Linked CV - Website Generator-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | bicjcdinlbclfpmlnaamnkidpfgikjak |
Offizielle URL | https://chrome.google.com/webstore/detail/linked-cv-website-generat/bicjcdinlbclfpmlnaamnkidpfgikjak |
Beschreibung | Transform your LinkedIn profile into a beautiful, responsive personal website. |
Dateigröße | 41.07 KB |
Installationsanzahl | 21 |
Aktuelle Version | 1.0 |
Letztes Update | 2020-09-14 |
Veröffentlichungsdatum | 2020-09-13 |
Bewertung | 1.00/5 Insgesamt 1 Bewertungen |
Entwickler | http://linkedcv.site |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://www.linkedcv.site/ |
Hilfeseite URL | https://www.linkedcv.site/ |
Unterstützte Sprachen | 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" ] } |