Linked CV - Website Generator

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

ما هو Linked CV - Website Generator؟

Linked CV - Website Generator هو إضافة Chrome تم تطويرها بواسطة http://linkedcv.site، والميزة الرئيسية لها هي "Transform your LinkedIn profile into a beautiful, responsive personal website. ".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Linked CV - Website Generator

قم بتنزيل ملفات الامتداد Linked CV - Website Generator بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم Linked CV - Website Generator Linked CV - Website Generator
ID bicjcdinlbclfpmlnaamnkidpfgikjak
عنوان URL الرسمي https://chrome.google.com/webstore/detail/linked-cv-website-generat/bicjcdinlbclfpmlnaamnkidpfgikjak
الوصف Transform your LinkedIn profile into a beautiful, responsive personal website.
حجم الملف 41.07 KB
عدد التثبيتات 21
النسخة الحالية 1.0
آخر تحديث 2020-09-14
تاريخ النشر 2020-09-13
تقييم 1.00/5 مجموع تقييمات 1
المطور http://linkedcv.site
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.linkedcv.site/
عنوان صفحة المساعدة https://www.linkedcv.site/
اللغات المدعومة 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"
    ]
}