Linked CV - Website Generator
Transform your LinkedIn profile into a beautiful, responsive personal website.
什么是Linked CV - Website Generator?
Linked CV - Website Generator是由http://linkedcv.site开发的Chrome扩展程序,该扩展的主要功能是“Transform your LinkedIn profile into a beautiful, responsive personal website. ”。
扩展截图
下载Linked CV - Website Generator扩展crx文件
下载Linked CV - Website Generator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Transform your LinkedIn profile into an online CV on a beautiful, responsive personal website. This extension helps you save time by automatically transferring your existing data from LinkedIn to a CV-like website, which you can customize using different themes and custom domains.
扩展基本信息
名称 | |
ID | bicjcdinlbclfpmlnaamnkidpfgikjak |
官方URL | https://chrome.google.com/webstore/detail/linked-cv-website-generat/bicjcdinlbclfpmlnaamnkidpfgikjak |
简介 | Transform your LinkedIn profile into a beautiful, responsive personal website. |
文件大小 | 41.07 KB |
安装次数 | 21 |
当前版本 | 1.0 |
更新时间 | 2020-09-14 |
上架时间 | 2020-09-13 |
评分 | 1.00/5 共1次评分 |
开发者 | http://linkedcv.site |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.linkedcv.site/ |
帮助页面URL | https://www.linkedcv.site/ |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "short_name": "Linked CV", "name": "Linked CV - Website Generator", "version": "1.0", "manifest_version": 2, "description": "Transform your LinkedIn profile into a beautiful, responsive personal website. ", "icons": { "128": "logo128.png" }, "background": { "scripts": [ "browser-polyfill.min.js", "config.js", "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "https:\/\/*.linkedin.com\/*", "https:\/\/*.linkedcv.site\/*" ], "js": [ "browser-polyfill.min.js", "jquery-3.5.1.min.js", "config.js", "content.js" ], "css": [ "content.css" ] } ], "permissions": [ "storage" ] } |