Linked CV - Website Generator
Transform your LinkedIn profile into a beautiful, responsive personal website.
Vad är Linked CV - Website Generator?
Linked CV - Website Generator är en Chrome-tillägg utvecklad av http://linkedcv.site, och dess huvudfunktion är "Transform your LinkedIn profile into a beautiful, responsive personal website. ".
Tilläggsskärmbilder
Ladda ner Linked CV - Website Generator-förlängningens CRX-fil
Ladda ner Linked CV - Website Generator-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | bicjcdinlbclfpmlnaamnkidpfgikjak |
Officiell webbadress | https://chrome.google.com/webstore/detail/linked-cv-website-generat/bicjcdinlbclfpmlnaamnkidpfgikjak |
Beskrivning | Transform your LinkedIn profile into a beautiful, responsive personal website. |
Filstorlek | 41.07 KB |
Antal Installationer | 21 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2020-09-14 |
Publiceringsdatum | 2020-09-13 |
Betyg | 1.00/5 Totalt 1 Betyg |
Utvecklare | http://linkedcv.site |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://www.linkedcv.site/ |
Hjälpsida URL | https://www.linkedcv.site/ |
Stödda Språk | 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" ] } |