Linked CV - Website Generator
Transform your LinkedIn profile into a beautiful, responsive personal website.
Что такое Linked CV - Website Generator?
Linked CV - Website Generator - это расширение Chrome, разработанное http://linkedcv.site, и его основная функция - "Transform your LinkedIn profile into a beautiful, responsive personal website. ".
Снимки экрана расширения
Скачать файл CRX расширения Linked CV - Website Generator
Скачайте файлы расширений 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"
]
} | |