Linkedin Profile 2 PDF

Export Linkedin profile to PDF

Linkedin Profile 2 PDFคืออะไร?

Linkedin Profile 2 PDF เป็นส่วนขยายของ Chrome ที่พัฒนาโดย vibeeHR - Dev Team และคุณลักษณะหลักของมันคือ "Export Linkedin profile to PDF"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Linkedin Profile 2 PDF

ดาวน์โหลดไฟล์ส่วนขยาย Linkedin Profile 2 PDF ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This extension allows Linkedin user to export any Linkedin profile to pdf, which is much better than the default Linkedin pdf exporting.

Updated in 1.0.1:
- Resize icon
- Add loading spinning icon
- Add instruction photo in popup html page
- Add option to include/exclude "Contact info" section when exporting a Linkedin profile to PDF                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Linkedin Profile 2 PDF Linkedin Profile 2 PDF
ID allfoihccnhpfhbgcifmgfamcjepkjac
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/linkedin-profile-2-pdf/allfoihccnhpfhbgcifmgfamcjepkjac
คำอธิบาย Export Linkedin profile to PDF
ขนาดไฟล์ 260 KB
จำนวนการติดตั้ง 112
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2020-01-05
วันที่เผยแพร่ 2020-01-05
คะแนน 4.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา vibeeHR - Dev Team
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Linkedin Profile 2 PDF",
    "version": "1.0.1",
    "description": "Export Linkedin profile to PDF",
    "homepage_url": "https:\/\/vibeehr.com",
    "icons": {
        "48": "icon-48.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.linkedin.com\/in\/*\/detail\/contact-info\/"
            ],
            "js": [
                "content-script.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "webRequest",
        "https:\/\/www.linkedin.com\/in\/*",
        "https:\/\/irisnguyen.top:9090\/*",
        "downloads",
        "downloads.open"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Linkedin Profile 2 PDF",
        "default_popup": "index.html"
    }
}