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是由http://shriresume.com开发的Chrome扩展程序,该扩展的主要功能是“ShriResume developed this extension so that people can easily create professional resume using their Linkedin Profile.”。
扩展截图
下载Linkedin cv converter - ShriResume扩展crx文件
下载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
} | |