Linkedin cv converter - ShriResume
ShriResume developed this extension so that people can easily create professional resume using their Linkedin Profile.
Linkedin cv converter - ShriResumeคืออะไร?
Linkedin cv converter - ShriResume เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://shriresume.com และคุณลักษณะหลักของมันคือ "ShriResume developed this extension so that people can easily create professional resume using their Linkedin Profile."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Linkedin cv converter - ShriResume
ดาวน์โหลดไฟล์ส่วนขยาย Linkedin cv converter - ShriResume ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Use this chrome extension to convert your linkedin profile into a beautiful resume with QR code & visual CV. It's Easy & Simple. Make resume instantly from your linkedin profile, download as PDF, word. Visit https://shriresume.com Just edit and add your other details in the ShriResume form, Add, remove or sort sections, choose different templates with our super simple editor with Instant Preview. Save, print & download CV in one click. Save your Resume with Free account.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | ![]() |
ID | akejlcamnfegkiedikeliakinobgfncj |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/linkedin-cv-converter-shr/akejlcamnfegkiedikeliakinobgfncj |
คำอธิบาย | ShriResume developed this extension so that people can easily create professional resume using their Linkedin Profile. |
ขนาดไฟล์ | 48.06 KB |
จำนวนการติดตั้ง | 96 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2018-04-06 |
วันที่เผยแพร่ | 2018-04-06 |
คะแนน | 1.50/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | http://shriresume.com |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://shriresume.com/ |
URL หน้านโยบายความเป็นส่วนตัว | https://shriresume.com/privacy-statement |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": " Linkedin cv converter - ShriResume", "short_name": "CV creater", "version": "1.1", "description": "ShriResume developed this extension so that people can easily create professional resume using their Linkedin Profile.", "permissions": [ "activeTab", "storage", "tabs", "https:\/\/shriresume.com\/api\/v1\/login", "https:\/\/shriresume.com\/auth\/login", "https:\/\/shriresume\/chrome-extension\/save" ], "browser_action": { "default_icon": { "16": "images\/baba.png", "32": "images\/baba.png", "48": "images\/baba.png", "128": "images\/baba.png" }, "default_popup": "popup.html" }, "background": { "scripts": [ "jquery-3.3.1.min.js", "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "https:\/\/www.linkedin.com\/*" ], "js": [ "jquery-3.3.1.min.js" ] } ], "manifest_version": 2 } |