Linkedin cv converter - ShriResume
ShriResume developed this extension so that people can easily create professional resume using their Linkedin Profile.
Linkedin cv converter - ShriResume là gì?
Linkedin cv converter - ShriResume là một tiện ích mở rộng Chrome được phát triển bởi http://shriresume.com, và tính năng chính của nó là "ShriResume developed this extension so that people can easily create professional resume using their Linkedin Profile.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Linkedin cv converter - ShriResume
Tải xuống các tệp mở rộng Linkedin cv converter - ShriResume dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | ![]() |
ID | akejlcamnfegkiedikeliakinobgfncj |
URL Chính Thức | https://chrome.google.com/webstore/detail/linkedin-cv-converter-shr/akejlcamnfegkiedikeliakinobgfncj |
Mô tả | ShriResume developed this extension so that people can easily create professional resume using their Linkedin Profile. |
Kích Thước Tệp | 48.06 KB |
Số Lần Cài Đặt | 96 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2018-04-06 |
Ngày Phát Hành | 2018-04-06 |
Đánh Giá | 1.50/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | http://shriresume.com |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://shriresume.com/ |
URL Trang Chính Sách Bảo Mật | https://shriresume.com/privacy-statement |
Ngôn Ngữ Được Hỗ Trợ | 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 } |