CV from Linkedin

Download PDF CV from Linkedin

ما هو CV from Linkedin؟

CV from Linkedin هو إضافة Chrome تم تطويرها بواسطة FAS، والميزة الرئيسية لها هي "Download PDF CV from Linkedin".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة CV from Linkedin

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

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

                        This Chrome extension helps you to receive CV in PDF from Linkedin any Linkedin profile.
Just one click allow you to get CV at PDF.
At this moment, there are some problems with the display of contacts. Be sure I'm keep working on it.

Version 2.2 fresh update 06/10/2018 work all features                    

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

الاسم CV from Linkedin CV from Linkedin
ID jibfaebjlbhncaompoffbkjldkbdedja
عنوان URL الرسمي https://chrome.google.com/webstore/detail/cv-from-linkedin/jibfaebjlbhncaompoffbkjldkbdedja
الوصف Download PDF CV from Linkedin
حجم الملف 916 KB
عدد التثبيتات 1,000
النسخة الحالية 2.2
آخر تحديث 2018-10-06
تاريخ النشر 2018-10-06
تقييم 2.80/5 مجموع تقييمات 10
المطور FAS
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CV from Linkedin",
    "description": "Download PDF CV from Linkedin",
    "version": "2.2",
    "page_action": {
        "default_icon": {
            "16": "images\/CV.png",
            "128": "images\/CVB.png"
        }
    },
    "author": "FAS",
    "icons": {
        "48": "images\/CVB.png",
        "128": "images\/CVB.png"
    },
    "background": {
        "scripts": [
            "pdfmake.min.js",
            "vfsfonts.js",
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs",
        "activeTab",
        "declarativeContent",
        "https:\/\/linkedin.com\/in\/*"
    ]
}