Linkedin to PDF resume
Turn your linkedin profile in a PDF CV, Powered by Seeveeze
Linkedin to PDF resumeคืออะไร?
Linkedin to PDF resume เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://seeveeze.com และคุณลักษณะหลักของมันคือ "Turn your linkedin profile in a PDF CV, Powered by Seeveeze"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Linkedin to PDF resume
ดาวน์โหลดไฟล์ส่วนขยาย Linkedin to PDF resume ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Turn your Linkedin Profile into a PDF resume in seconds. This is the ultimate Linkedin profile converter to a resume, powered by Seeveeze the powerful CV editor with a Latex engine. After conversion you can easily edit your resume and download it in a PDF format.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | eblkblhccepkehdknddofajhilhmdmia |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/linkedin-to-pdf-resume/eblkblhccepkehdknddofajhilhmdmia |
คำอธิบาย | Turn your linkedin profile in a PDF CV, Powered by Seeveeze |
ขนาดไฟล์ | 170 KB |
จำนวนการติดตั้ง | 308 |
เวอร์ชันปัจจุบัน | 1.0.1 |
อัปเดตครั้งล่าสุด | 2018-11-10 |
วันที่เผยแพร่ | 2018-11-10 |
คะแนน | 1.17/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | http://seeveeze.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.seeveeze.com |
URL หน้าช่วยเหลือ | https://www.trafiklite.com/lite/privacy.php |
URL หน้านโยบายความเป็นส่วนตัว | https://www.smartadblock.co.uk/privacy.php |
ภาษาที่รองรับ | en |
manifest.json | |
{ "author": "Seeveeze", "permissions": [ "storage", "https:\/\/www.linkedin.com\/", "https:\/\/www.seeveeze.com\/" ], "background": { "persistent": true, "scripts": [ "background-script.js" ] }, "browser_action": { "default_icon": { "19": "icons\/svz19.png", "38": "icons\/svz38.png" }, "default_popup": "popup\/sab.html" }, "content_scripts": [ { "js": [ "jquery.js", "content-script.js" ], "matches": [ "https:\/\/www.linkedin.com\/*", "https:\/\/www.seeveeze.com\/*" ] } ], "default_locale": "en", "description": "Turn your linkedin profile in a PDF CV, Powered by Seeveeze", "homepage_url": "https:\/\/www.seeveeze.com", "icons": { "16": "icons\/svz16.png", "32": "icons\/svz32.png", "48": "icons\/svz48.png", "72": "icons\/svz72.png", "128": "icons\/svz128.png" }, "manifest_version": 2, "name": "Linkedin to PDF resume", "short_name": "Linkedin to CV", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.1" } |