CV from Linkedin
Download PDF CV from Linkedin
CV from Linkedinคืออะไร?
CV from Linkedin เป็นส่วนขยายของ Chrome ที่พัฒนาโดย FAS และคุณลักษณะหลักของมันคือ "Download PDF CV from Linkedin"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CV from Linkedin
ดาวน์โหลดไฟล์ส่วนขยาย CV from Linkedin ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
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\/*" ] } |