Linked CV - Website Generator

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

Qu'est-ce que Linked CV - Website Generator ?

Linked CV - Website Generator est une extension Chrome développée par http://linkedcv.site, et sa fonction principale est "Transform your LinkedIn profile into a beautiful, responsive personal website. ".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Linked CV - Website Generator

Téléchargez les fichiers d'extension Linked CV - Website Generator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Linked CV - Website Generator Linked CV - Website Generator
ID bicjcdinlbclfpmlnaamnkidpfgikjak
URL Officiel https://chrome.google.com/webstore/detail/linked-cv-website-generat/bicjcdinlbclfpmlnaamnkidpfgikjak
Description Transform your LinkedIn profile into a beautiful, responsive personal website.
Taille du Fichier 41.07 KB
Nombre d'Installations 21
Version Actuelle 1.0
Dernière Mise à Jour 2020-09-14
Date de Publication 2020-09-13
Évaluation 1.00/5 Total 1 Évaluations
Développeur http://linkedcv.site
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.linkedcv.site/
URL de la Page d'Aide https://www.linkedcv.site/
Langues Prises en Charge 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"
    ]
}