Linked CV - Website Generator

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

Co je Linked CV - Website Generator?

Linked CV - Website Generator je rozšíření Chrome vyvinuté http://linkedcv.site, a jeho hlavní funkcí je „Transform your LinkedIn profile into a beautiful, responsive personal website. “.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Linked CV - Website Generator

Stáhněte si soubory rozšíření Linked CV - Website Generator ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Linked CV - Website Generator Linked CV - Website Generator
ID bicjcdinlbclfpmlnaamnkidpfgikjak
Oficiální URL https://chrome.google.com/webstore/detail/linked-cv-website-generat/bicjcdinlbclfpmlnaamnkidpfgikjak
Popis Transform your LinkedIn profile into a beautiful, responsive personal website.
Velikost souboru 41.07 KB
Počet instalací 21
Aktuální Verze 1.0
Poslední Aktualizace 2020-09-14
Datum Vydání 2020-09-13
Hodnocení 1.00/5 Celkem 1 Hodnocení
Vývojář http://linkedcv.site
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.linkedcv.site/
URL Stránky Nápovědy https://www.linkedcv.site/
Podporované Jazyky 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"
    ]
}