Linked CV - Website Generator
Transform your LinkedIn profile into a beautiful, responsive personal website.
Apa itu Linked CV - Website Generator?
Linked CV - Website Generator adalah ekstensi Chrome yang dikembangkan oleh http://linkedcv.site, dan fitur utamanya adalah "Transform your LinkedIn profile into a beautiful, responsive personal website. ".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Linked CV - Website Generator
Unduh file ekstensi Linked CV - Website Generator dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | bicjcdinlbclfpmlnaamnkidpfgikjak |
URL Resmi | https://chrome.google.com/webstore/detail/linked-cv-website-generat/bicjcdinlbclfpmlnaamnkidpfgikjak |
Deskripsi | Transform your LinkedIn profile into a beautiful, responsive personal website. |
Ukuran File | 41.07 KB |
Jumlah Instalasi | 21 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2020-09-14 |
Tanggal Publikasi | 2020-09-13 |
Penilaian | 1.00/5 Total 1 Penilaian |
Pengembang | http://linkedcv.site |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://www.linkedcv.site/ |
URL Halaman Bantuan | https://www.linkedcv.site/ |
Bahasa yang Didukung | 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" ] } |