Linked CV - Website Generator

Transform your LinkedIn profile into a beautiful, responsive personal website.

Cos'è Linked CV - Website Generator?

Linked CV - Website Generator è un'estensione di Chrome sviluppata da http://linkedcv.site, e la sua funzione principale è "Transform your LinkedIn profile into a beautiful, responsive personal website. ".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Linked CV - Website Generator

Scarica i file di estensione Linked CV - Website Generator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Linked CV - Website Generator Linked CV - Website Generator
ID bicjcdinlbclfpmlnaamnkidpfgikjak
URL Ufficiale https://chrome.google.com/webstore/detail/linked-cv-website-generat/bicjcdinlbclfpmlnaamnkidpfgikjak
Descrizione Transform your LinkedIn profile into a beautiful, responsive personal website.
Dimensione del File 41.07 KB
Conteggio Installazioni 21
Versione Corrente 1.0
Ultimo Aggiornamento 2020-09-14
Data di Pubblicazione 2020-09-13
Valutazione 1.00/5 Totale 1 Valutazioni
Sviluppatore http://linkedcv.site
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.linkedcv.site/
URL della Pagina di Aiuto https://www.linkedcv.site/
Lingue Supportate 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"
    ]
}