Linked CV - Website Generator

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

Wat is Linked CV - Website Generator?

Linked CV - Website Generator is een Chrome-extensie ontwikkeld door http://linkedcv.site, en de belangrijkste functie is "Transform your LinkedIn profile into a beautiful, responsive personal website. ".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Linked CV - Website Generator

Download Linked CV - Website Generator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Linked CV - Website Generator Linked CV - Website Generator
ID bicjcdinlbclfpmlnaamnkidpfgikjak
Officiële URL https://chrome.google.com/webstore/detail/linked-cv-website-generat/bicjcdinlbclfpmlnaamnkidpfgikjak
Beschrijving Transform your LinkedIn profile into a beautiful, responsive personal website.
Bestandsgrootte 41.07 KB
Aantal Installaties 21
Huidige Versie 1.0
Laatst Bijgewerkt 2020-09-14
Publicatiedatum 2020-09-13
Beoordeling 1.00/5 Totaal 1 Beoordelingen
Ontwikkelaar http://linkedcv.site
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.linkedcv.site/
Help Pagina-URL https://www.linkedcv.site/
Ondersteunde Talen 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"
    ]
}