Linked CV - Website Generator
Transform your LinkedIn profile into a beautiful, responsive personal website.
Co to jest Linked CV - Website Generator?
Linked CV - Website Generator to rozszerzenie Chrome opracowane przez http://linkedcv.site, a jego główną funkcją jest „Transform your LinkedIn profile into a beautiful, responsive personal website. ”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Linked CV - Website Generator
Pobierz pliki rozszerzeń Linked CV - Website Generator w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | bicjcdinlbclfpmlnaamnkidpfgikjak |
Oficjalny URL | https://chrome.google.com/webstore/detail/linked-cv-website-generat/bicjcdinlbclfpmlnaamnkidpfgikjak |
Opis | Transform your LinkedIn profile into a beautiful, responsive personal website. |
Rozmiar pliku | 41.07 KB |
Liczba instalacji | 21 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2020-09-14 |
Data Publikacji | 2020-09-13 |
Ocena | 1.00/5 Łącznie 1 Oceny |
Deweloper | http://linkedcv.site |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://www.linkedcv.site/ |
Adres URL Strony Pomocy | https://www.linkedcv.site/ |
Obsługiwane Języki | 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" ] } |